Commit Graph

190 Commits

Author SHA1 Message Date
dsyer
c1c5901685 [maven-release-plugin] prepare for next development iteration 2009-11-10 18:39:09 +00:00
dsyer
126824d4fe [maven-release-plugin] prepare release 2.1.0.M2 2009-11-10 18:38:04 +00:00
dsyer
81a37d4cc0 [maven-release-plugin] prepare for next development iteration 2009-09-28 15:42:32 +00:00
dsyer
ff34a62685 [maven-release-plugin] prepare release 2.1.0.M1 2009-09-28 15:33:21 +00:00
dsyer
a4c104a7cb classpath fixed 2009-09-28 14:13:35 +00:00
dsyer
281178fdf8 tidy up loop sample 2009-09-28 14:12:17 +00:00
dsyer
79c86bf13d RESOLVED - issue BATCH-1414: Move schema scripts to a package
http://jira.springframework.org/browse/BATCH-1414
2009-09-25 08:30:27 +00:00
dsyer
9245b5fde3 Remove Maven project builder. 2009-09-18 14:07:15 +00:00
dsyer
9e8bdba83d [maven-release-plugin] prepare for next development iteration 2009-08-22 11:58:38 +00:00
dsyer
1884b8fcec [maven-release-plugin] prepare release 2.0.3.RELEASE 2009-08-22 11:57:44 +00:00
dsyer
14d02172c8 Prepare for 2.0.3 release 2009-08-20 14:03:32 +00:00
dsyer
c6056d59d2 RESOLVED - issue BATCH-1341: DataSourceInitializer throws ArrayOutOfBoundException when any destroyScript is specified
http://jira.springframework.org/browse/BATCH-1341
2009-07-22 17:21:38 +00:00
dsyer
7c8f84be8e [maven-release-plugin] prepare for next development iteration 2009-07-21 07:32:10 +00:00
dsyer
28070bca4e [maven-release-plugin] prepare release 2.0.2.RELEASE 2009-07-21 07:31:27 +00:00
dsyer
d5223ee3de Tidy up warnings in Eclipse 2009-07-10 11:59:58 +00:00
dsyer
93f026949d fix broken test 2009-07-08 17:58:55 +00:00
dsyer
215925e58d RESOLVED: BATCH-1325. 2009-07-08 17:43:23 +00:00
dsyer
60b05f321f Add step executions to job repository test utils 2009-07-07 13:40:43 +00:00
dsyer
b0d6e0e2b9 add spring3 profile 2009-07-07 12:56:53 +00:00
dsyer
abd28fe07a RESOLVED - issue BATCH-1321: Upgrade MANIFEST to allow Spring 3.0 to be used optionally
http://jira.springframework.org/browse/BATCH-1321
2009-07-07 09:04:46 +00:00
dhgarrette
026bb0665e BATCH-1295:
*Provide ability to pass job's ExecutionContext into AbstractJobTests.launchStep() and StepRunner.launchStep()
 *Modified SimpleMethodInvoker.hashCode() so that it is not dependent on commons-lang
2009-06-21 15:55:22 +00:00
dsyer
528b5f6d9c Tidy up classpaths and poms 2009-06-21 08:25:54 +00:00
dsyer
690f822bc1 [maven-release-plugin] prepare for next development iteration 2009-06-02 08:36:00 +00:00
dsyer
8bb90ad298 [maven-release-plugin] prepare release spring-batch-2.0.1.RELEASE 2009-06-02 08:35:27 +00:00
dsyer
adab23a5a8 update build for SPring Build and parent pom 2009-06-01 18:02:58 +00:00
dsyer
cfb9d16d39 Move ivy build to conventional location 2009-05-28 12:24:16 +00:00
dsyer
e6462c47bb add exclusion to hibernate 2009-05-28 12:09:44 +00:00
dsyer
ffaef35e34 switch over to Maven Central style dependencies 2009-05-28 11:56:48 +00:00
dhgarrette
74929408ff RESOLVED - BATCH-1226: Add assertLineCount method to AssertFile 2009-05-01 19:08:42 +00:00
dsyer
339b8e3060 Tidy up loose ends from build 2009-04-13 11:34:07 +00:00
dsyer
2e7f38a6a8 [maven-release-plugin] prepare for next development iteration 2009-04-10 16:27:47 +00:00
dsyer
cd4d2d61be [maven-release-plugin] prepare release 2.0.0.RELEASE 2009-04-10 16:26:37 +00:00
dsyer
82bc42d102 RESOLVED - issue BATCH-1187: Step shouldn't exit with status=EXECUTING
AbstractStep now sets the ExitStatus (by ANDing with the existing value), so a Tasklet does not have to set it manually.
2009-04-09 11:51:31 +00:00
dhgarrette
9092b47fce Updated to remove warnings. 2009-04-08 14:33:54 +00:00
dsyer
46a912cd6e RESOLVED - issue BATCH-1194: switch to m2eclipse 2009-04-06 15:04:51 +00:00
dhgarrette
69a6bf0751 BATCH-1179: Remove ref= attribute from <step/> in favor of parent= 2009-03-25 21:19:49 +00:00
dsyer
01e09d4a21 [maven-release-plugin] prepare for next development iteration 2009-03-20 18:23:31 +00:00
dsyer
9c441df465 [maven-release-plugin] prepare release 2.0.0.RC2 2009-03-20 18:22:05 +00:00
dsyer
bdab2d99c9 add changelog for RC2 2009-03-20 17:47:40 +00:00
dsyer
0944d9a544 update central poms 2009-03-20 14:28:57 +00:00
dsyer
e837eec3ea Correct Bundle-Symbolic-Name 2009-03-17 19:13:36 +00:00
dsyer
eb44c0d493 BATCH-1107: add PropertyEditor support to placeholder resolution to deal with Dates 2009-02-28 12:01:58 +00:00
dsyer
6150a05615 Fix Java 6 @Override 2009-02-25 17:05:29 +00:00
dsyer
044a91eddf BATCH-1103: Added partitioning sample 2009-02-25 12:31:13 +00:00
dsyer
b5450ddc67 RESOLVED - issue BATCH-1093: Make AbstractJobTests.makeUniqueJobParameters() public
RESOLVED - issue BATCH-1096: Add late binding to some io samples 
RESOLVED - issue BATCH-1087: ClassPathXmlJobRegistry does not accept patterns for resources 
RESOLVED - BATCH-1098: added test for @AfterWrite in FaultTolerantChinkProcessorTests
2009-02-24 15:34:49 +00:00
dhgarrette
6d171f2884 BATCH-1093: Made AbstractJobTests.makeUniqueJobParameters() public 2009-02-23 16:53:32 +00:00
dsyer
95bbf6d0f0 OPEN - issue BATCH-937: Make sure JobRepository can be proxied
Plus fix error with stax config in tiger profile
2009-02-23 15:19:05 +00:00
dsyer
cefced1f29 Finish off RC1 release 2009-02-23 11:08:29 +00:00
dsyer
87e8ed6e18 [maven-release-plugin] prepare for next development iteration 2009-02-21 09:22:46 +00:00
dsyer
6e035df7ed [maven-release-plugin] prepare release 2.0.0.RC1 2009-02-21 09:10:06 +00:00