1206 Commits

Author SHA1 Message Date
dsyer
1c63450dfb cancel last commit 2010-02-02 21:29:22 +00:00
dsyer
fcf14c9317 [maven-release-plugin] prepare for next development iteration 2010-02-02 21:18:06 +00:00
dsyer
a371811b28 [maven-release-plugin] prepare release 2.0.5.RELEASE 2010-02-02 21:17:07 +00:00
dsyer
4b2f90158d Tidy up 2009-11-26 18:06:16 +00:00
dsyer
15273e648a Spring 3 default scope is null. 2009-11-12 12:53:18 +00:00
dsyer
c41904a95e [maven-release-plugin] prepare for next development iteration 2009-10-18 19:30:40 +00:00
dsyer
77b38ced1d [maven-release-plugin] prepare release 2.0.4.RELEASE 2009-10-18 19:29:55 +00:00
dsyer
5694bf1b73 BATCH-1420: Fixed with mods to PlaceholderTargetSource 2009-10-17 02:58:20 +00:00
dsyer
f0e2aef7a8 BATCH-1401: Applied patch to 2.0.4. 2009-09-16 12:51:37 +00:00
dsyer
4d1519dd1b RESOLVED BATCH-1397: Late binding only happens once per ApplicationContext if expression is in substring 2009-09-07 17:04:47 +00:00
dsyer
0b0729edcc BATCH-1392: Fixed in 2.0.x as well 2009-09-04 13:05:15 +00:00
dsyer
24068ae7e2 Ready for maintenance on 2.0.x 2009-09-04 12:35:52 +00:00
dsyer
1884b8fcec [maven-release-plugin] prepare release 2.0.3.RELEASE 2009-08-22 11:57:44 +00:00
dsyer
052f259cb8 BATCH-1378: copy map/list/set to avoid storing wrong value after placeholder binding 2009-08-22 11:19:43 +00:00
dsyer
ecddd61b47 RESOLVED - issue BATCH-1354: Infinite loop caused by throwing an Error from the ItemWriter of a skippable step
http://jira.springframework.org/browse/BATCH-1354

Previous change reverted: Error should be fatal, so it has to be added to the exception classifiers in FaultTolerantStepFactoryBean.
2009-08-20 16:41:38 +00:00
dsyer
a293b6ff21 RESOLVED - issue BATCH-1354: Infinite loop caused by throwing an Error from the ItemWriter of a skippable step
http://jira.springframework.org/browse/BATCH-1354
2009-08-20 15:43:19 +00:00
dsyer
14d02172c8 Prepare for 2.0.3 release 2009-08-20 14:03:32 +00:00
dsyer
7c487a7abc RESOLVED - issue BATCH-1370: Bind to non-scalar map entry values in step scope
Also fixed: no need to use custom PropertyEditor to bind to Dates from step context
2009-08-14 09:35:50 +00:00
dsyer
0bf64b4a80 RESOLVED - issue BATCH-1363: Job stopped in split state does not finish with status = STOPPED
Add some more test cases
2009-08-14 07:03:52 +00:00
dsyer
842b9dac7a RESOLVED - issue BATCH-1342: Check for valid parameter arguments in CommandLineJobRunner 2009-08-10 11:57:08 +00:00
dsyer
b90e320e31 RESOLVED - issue BATCH-1363: Job Stop issue Sequential Vs Flow Step 2009-08-10 11:40:06 +00:00
dsyer
7943f1b570 Weird test failure? 2009-08-08 22:31:12 +00:00
dsyer
2b857a3d65 OPEN - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
Fix broken test (made wrong assertion)
2009-08-08 22:16:43 +00:00
dsyer
410029ebbe OPEN - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
Fixed, but can be tidied up.
2009-08-08 12:10:36 +00:00
dhgarrette
d2f4849598 BATCH-1360: Returning null from Tasklet.execute() is treated as RepeatStatus.FINISHED. 2009-08-08 03:04:07 +00:00
dsyer
1876378650 Add some debug logging 2009-08-06 13:20:34 +00:00
dsyer
c8ed324e9c Simplify a couple of test cases (no need for Job) 2009-08-06 13:13:51 +00:00
dsyer
72b371463b Add convenience factory impl of JobRepository.createJobExecution() for testing 2009-08-06 13:12:50 +00:00
dhgarrette
2d6a9de873 BATCH-1360: Throw helpful error from if Tasklet.execute() returns null 2009-08-06 05:20:02 +00:00
dhgarrette
638a379ba0 BATCH-1351: An empty <*-exception-classes/> list does not override parent's list. 2009-08-04 05:10:59 +00:00
dhgarrette
64f9472ad0 minor code cleanup 2009-07-28 06:05:47 +00:00
dhgarrette
f6e4906c66 BATCH-1345: Fix error message for when <tasklet/> has no ref= or <chunk/> 2009-07-27 04:10:36 +00:00
dhgarrette
7acdb8ebf6 Remove unused import 2009-07-23 01:21:49 +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
9c9c0e42d9 Add integration test for stop on custom exit status 2009-07-20 07:25:06 +00:00
dsyer
7deeb6e70c Fix tests some more 2009-07-16 09:16:05 +00:00
dsyer
28de6374bb Fix tests some more 2009-07-16 08:57:05 +00:00
dsyer
622487c7d6 Fix broken test 2009-07-16 08:37:15 +00:00
dsyer
5bc4040efd RESOLVED - issue BATCH-1336: Add -restart and -next options to CommandLineJobRunner 2009-07-16 07:13:40 +00:00
dsyer
0bc64d4176 OPEN - issue BATCH-1336: Ping bamboo 2009-07-12 17:06:37 +00:00
dsyer
0afd2555e6 OPEN - issue BATCH-1336: Add -restart and -next options to CommandLineJobRunner
Added -restart and -next.  Need some more tests.
2009-07-12 16:56:43 +00:00
dsyer
8402b3dc9c OPEN - issue BATCH-1336: Add -restart and -next options to CommandLineJobRunner 2009-07-12 15:04:24 +00:00
dsyer
e7ff4037c7 RESOLVE: BATCH-1333: CHanged "fatal" semantics to mean "not-skippable". 2009-07-10 14:08:51 +00:00
dsyer
d5223ee3de Tidy up warnings in Eclipse 2009-07-10 11:59:58 +00:00
dsyer
5279c0a036 RESOLVED - issue BATCH-1334: No-rollback for non-skippable exceptions. 2009-07-10 11:45:18 +00:00
dsyer
962064ee0d RESOLVED - issue BATCH-1330: Wrong JavaDoc in CommandLineJobRunner concerning Parameters
http://jira.springframework.org/browse/BATCH-1330
2009-07-10 08:12:51 +00:00
dsyer
155b51cec0 RESOLVED: BATCH-1327 Check for skippable before scanning for failed item 2009-07-10 08:07:22 +00:00
dsyer
d9791d60c5 RESOLVED: BATCH-1298 2009-07-09 12:38:10 +00:00
dsyer
580708845c OPEN - issue BATCH-1318: Ensure exception classes are behaving correctly
Tidy up test case
2009-07-09 11:56:36 +00:00