Commit Graph

1857 Commits

Author SHA1 Message Date
dsyer
1f6c4cce79 BATCH-873: add skipPolicy to FultTolerantStepFactoryBean 2009-12-31 10:10:42 +00:00
dsyer
5b348c803a BATCH-1471: fixed typo 2009-12-30 18:08:15 +00:00
dsyer
20fa8ca5ad Tweak some javadocs 2009-12-30 17:40:04 +00:00
dsyer
b5c928ac6f Tweak some javadocs 2009-12-30 17:38:17 +00:00
dsyer
e1fe74b3f9 BATCH-1470: remove commons-lang dependency 2009-12-30 11:04:11 +00:00
dsyer
99aeb7fe62 2009-12-29 18:18:51 +00:00
dsyer
9e1d35c9cb Suppress some unused warnings in test cases 2009-12-29 15:02:33 +00:00
dsyer
8e8d4b39e6 Tidy up some TODOs 2009-12-29 14:59:25 +00:00
dsyer
90d008fdb1 Tidy up some TODOs 2009-12-29 14:58:59 +00:00
dsyer
7e46c8abae remove comment 2009-12-29 14:50:23 +00:00
dsyer
061f09fbc0 [maven-release-plugin] prepare for next development iteration 2009-12-23 13:56:21 +00:00
dsyer
9c483a0eb8 [maven-release-plugin] prepare release 2.1.0.M4 2009-12-23 13:54:29 +00:00
dsyer
68b5a4c935 RESOLVED - issue BATCH-1459: H2 support 2009-12-19 16:34:15 +00:00
dsyer
7bd60503c5 BATCH-1443: add XML support for JobStep 2009-12-13 15:21:00 +00:00
dsyer
6183f14756 Use pom version instead of hard-coded dep on infrastructure 2009-12-13 14:27:39 +00:00
dsyer
f28b03ac89 Add test for FlowStep factory 2009-12-09 07:53:26 +00:00
dsyer
5b4107a873 Add test for PartitionStep factory 2009-12-09 07:44:09 +00:00
dsyer
8e1f054bd2 RESOLVED - issue BATCH-1372: Namespace support for partitioning
Also tidied up (changed) construction pattern for SimpleStepExecutionSplitter, so it doesn't need a step instance.
2009-12-09 07:36:41 +00:00
dsyer
743a5f84fe Remove some warnings 2009-12-08 18:44:52 +00:00
dsyer
feb72db8f8 BATCH-1439: revert that change 2009-12-08 18:43:38 +00:00
dsyer
dc21da497f RESOLVED - issue BATCH-1458: Add FlowStep: a Step implementation that executes a flow
Javadocs + re-org update() methods
2009-12-08 18:03:30 +00:00
dsyer
1ed2e13b3b RESOLVED - issue BATCH-1458: Add FlowStep: a Step implementation that executes a flow 2009-12-08 17:37:56 +00:00
dsyer
6a8e72c561 remove spring3 profile 2009-12-05 09:01:36 +00:00
dsyer
a33ac75d50 BATCH-1456: re-opened and put in temporary fix 2009-12-05 08:34:55 +00:00
dsyer
f37bdaa9d8 Don't use @PostConstruct 2009-12-04 19:14:58 +00:00
dsyer
8160cb1f1c Fix issue with build (via BATCH-1546). 2009-12-04 19:12:51 +00:00
dsyer
b451c219bf BATCH-1456: add dummy 2.0 schema and a detector for the wrong schema declaration. 2009-12-04 18:36:05 +00:00
dsyer
5b614f9553 [maven-release-plugin] prepare for next development iteration 2009-11-30 16:30:50 +00:00
dsyer
7c33373a3c [maven-release-plugin] prepare release 2.1.0.M3 2009-11-30 16:26:49 +00:00
dsyer
30f9b71cc1 revert to previous classpath 2009-11-30 10:28:23 +00:00
dsyer
93be098a97 BATCH-1394: add support for SpEL with Spring 3.0 in step scope 2009-11-29 17:00:42 +00:00
dsyer
b61101365c BATCH-1344: JobRunnerTestUtils -> JobLauncherTestUtils 2009-11-29 16:09:15 +00:00
dsyer
20236ab918 Add toString() to wrapped steps 2009-11-28 09:18:14 +00:00
dsyer
8928afe0bf RESOLVED - issue BATCH-1281: Make ItemProcessor semantics optionally non-transactional and run-once 2009-11-26 16:21:45 +00:00
dsyer
8212f02c86 BATCH-1451: upgrade Hibernate and fix resulting issues 2009-11-26 13:36:36 +00:00
dsyer
b6ea930f28 BATCH-1450: make Maps in Daos local not global 2009-11-26 08:57:22 +00:00
lucasward
2cced977ec BATCH-1343:Reverted previous change 2009-11-26 05:45:53 +00:00
lucasward
d0ae07946e BATCH-1343:Changed JobLauncher signature to throws JobExecutionExecption, rather than individual exceptions 2009-11-26 05:27:34 +00:00
dsyer
fc37dc27c9 RESOLVED - issue BATCH-1316: JobParameters throws NullPointerException on missing key 2009-11-24 10:04:15 +00:00
dsyer
c8f0680da4 Add test to verify that a decision state can fail a job by throwing an exception 2009-11-19 13:07:31 +00:00
dsyer
b1b8e6085b RESOLVED - issue BATCH-1447: Ensure that JobLauncher fails a job if the task executor cannot run it 2009-11-19 12:48:43 +00:00
dsyer
ed42a6bc24 RESOLVED - issue BATCH-1446: Add convenience method to ExitStatus for capturing stack trace 2009-11-19 12:44:22 +00:00
dsyer
eb3fd63133 Add additional test for step scope 2009-11-18 07:46:08 +00:00
dsyer
fcf7b1d1c4 BATCH-1444: better check for ChunkMonitor stream 2009-11-18 07:45:54 +00:00
dsyer
75202ba087 RESOLVED - issue BATCH-1443: Add JobStep: a Step implementation that executes a Job 2009-11-16 14:19:17 +00:00
dsyer
36b6711531 RESOLVED - issue BATCH-1439: Add test case for all XML in parser tests 2009-11-16 09:08:58 +00:00
dsyer
fa1ddbf2ea RESOLVED - issue BATCH-1439: Make step names unique within a job 2009-11-16 08:46:56 +00:00
dsyer
3bf6bd59da OPEN - issue BATCH-1380: Make <flow/> a top-level element, so it can be shared or strategised in a job
Add <flow/> at top level and as element in a flow.
2009-11-12 15:02:45 +00:00
dsyer
877481bd31 Fix Spring3 integration test (default scope is null in Spring 3) 2009-11-12 12:51:02 +00:00
dsyer
a36f5163b1 Fix build 2009-11-12 09:09:03 +00:00