Commit Graph

1321 Commits

Author SHA1 Message Date
dsyer
85642150da BATCH-1387: Fix class not found in parser in IDE (Class.forName()). And change Spring namespace version to non-specific. 2010-01-04 13:41:04 +00:00
dsyer
3649f0f317 BATCH-1387: Fix class not found in parser in IDE (Class.forName()). 2010-01-04 13:30:29 +00:00
dsyer
bf1a83b8d4 BATCH-1387: fix some errors and check the effect of new bundle in STS 2010-01-04 12:42:08 +00:00
dsyer
506cfcf8ee RESOLVED BATCH-1476. Count filters in chunk processor properly. 2010-01-04 10:18:41 +00:00
dsyer
22bc42259e BATCH-1475: Javadocs 2010-01-04 08:28:34 +00:00
dsyer
d3428d4fdd BATCH-1475: Moved job parameters validator to a nested element 2010-01-04 08:12:17 +00:00
dsyer
a08069a9c6 BATCH-1474: Added reload() feature to JobLoader. 2010-01-03 10:38:15 +00:00
dsyer
05821ca7d3 Javadocs 2010-01-02 21:59:34 +00:00
dsyer
891ff55bf0 BATCH-1473: Refactored context creation components 2010-01-02 21:55:52 +00:00
dsyer
4911ea71f1 BATCH-1402: add test case 2009-12-31 15:44:43 +00:00
dsyer
ca7e4a2d7f BATCH-1470: remove commons-lang 2009-12-31 15:44:17 +00:00
dsyer
2826e277c5 BATCH-1376: add -restart of job execution by id 2009-12-31 13:45:39 +00:00
dsyer
be87103d94 RESOLVED BATCH-1441: Added remaining preoperties from FaultTolerant- to StepParserStepFactoryBean 2009-12-31 12:46:15 +00:00
dsyer
aa60db1993 RESOLVED BATCH-873: add skipPolicy to XML namespace 2009-12-31 11:07:26 +00:00
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