Commit Graph

3305 Commits

Author SHA1 Message Date
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
3a0e967c21 Upgrade dependencies 2009-08-06 15:32:28 +00:00
dsyer
1876378650 Add some debug logging 2009-08-06 13:20:34 +00:00
dsyer
3c12692ba4 Make a clearer assertion about throttling 2009-08-06 13:17:31 +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
9d694b7d6c BATCH-1359: Throw helpful error from JdbcCursorItemReader if read() called before open() 2009-08-06 04:22:16 +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
dsyer
0d640b451e BATCH-1353: update version number 2009-08-03 14:37:07 +00:00
dsyer
b799306de8 BATCH-1353: update link 2009-08-03 14:36:54 +00:00
dsyer
2fecb273b3 Correct database intro in reader/writers section 2009-08-01 20:00:59 +00:00
dsyer
3429e41faf BATCH-1346: added test and extra Javadocs to clarify 2009-07-28 17:21:03 +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
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
d21e7f9731 Update docs ready for 2.0.2 2009-07-21 07:26:14 +00:00
dsyer
9c9c0e42d9 Add integration test for stop on custom exit status 2009-07-20 07:25:06 +00:00
dsyer
4d1ad88a36 Add clarification for components that implement listener interfaces 2009-07-16 15:46:50 +00:00
dsyer
5d17b746a2 Update migration notes to clarify Spring 3.0 position 2009-07-16 15:40:03 +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
758082e28f RESOLVED - issue BATCH-1317: Add flag to FlatFileItemWriter to delete empty files 2009-07-16 07:15:38 +00:00
dsyer
5bc4040efd RESOLVED - issue BATCH-1336: Add -restart and -next options to CommandLineJobRunner 2009-07-16 07:13:40 +00:00
dsyer
621327ea6c RESOLVED - issue BATCH-1322: Provide prototype lookup support in DefaultPropertyEditorRegistrar 2009-07-16 07:08:56 +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
bd829cd5fb svn:ignore 2009-07-10 14:42:04 +00:00
dsyer
37af8a9cbf BATCH-1318: clarify fatal exception and no-rollback semantics 2009-07-10 14:40:54 +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
69a0c1d845 Remove spring3 active profile 2009-07-10 11:56:10 +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
dsyer
680a97ae0e OPEN - issue BATCH-1318: Ensure exception classes are behaving correctly
Tidy up test case
2009-07-09 11:56:19 +00:00
dsyer
93f026949d fix broken test 2009-07-08 17:58:55 +00:00
dsyer
0b8e611f82 Remove index from jar (breaks java -jar) 2009-07-08 17:44:01 +00:00
dsyer
215925e58d RESOLVED: BATCH-1325. 2009-07-08 17:43:23 +00:00
dsyer
e1c8f35353 RESOLVED - issue BATCH-1326: Restart after <stop/> doesn't work if any previous steps have allowStartIfComplete=true 2009-07-08 17:36:05 +00:00
dsyer
f329619099 Add integration test for <stop on="FAILED"/> 2009-07-08 12:33:22 +00:00