Commit Graph

643 Commits

Author SHA1 Message Date
dsyer
ca3cefa4cf RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Fix build
2010-01-07 09:40:45 +00:00
dsyer
f8431dff38 RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Added StepScopeTestUtils.  Revised a few test cases.
2010-01-07 09:33:12 +00:00
dsyer
919fc0f8ff RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Revert a few of the more complicated options: just support a factory method
2010-01-07 07:50:21 +00:00
dsyer
eb7f543620 RESOLVED - issue BATCH-1478: Add auto registration of StepScope to all the top-level elements in XML
RESOLVED - issue BATCH-1479: HippyMethodInvoker
RESOLVED - issue BATCH-1480: Allow method adapter for Tasklet to be configured in namespace
2010-01-06 13:34:22 +00:00
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
bf1a83b8d4 BATCH-1387: fix some errors and check the effect of new bundle in STS 2010-01-04 12:42:08 +00:00
dsyer
3be4f860c7 BATCH-929: added test to core-tests for deferred constraints 2010-01-04 09:32:06 +00:00
dsyer
891ff55bf0 BATCH-1473: Refactored context creation components 2010-01-02 21:55:52 +00:00
dsyer
e1fe74b3f9 BATCH-1470: remove commons-lang dependency 2009-12-30 11:04:11 +00:00
dsyer
b3784f20ab BATCH-1467: fix samples config for command line 2009-12-29 14:23:48 +00:00
dsyer
420a6b28aa BATCH-1460: fix paging queries in Derby and Oracle. 2009-12-21 21:42:46 +00:00
dsyer
6270969054 RESOLVED - issue BATCH-1407: Integration tests for core (including multi-threaded long running tests) 2009-12-21 16:02:43 +00:00
dsyer
644efc30a0 OPEN - issue BATCH-1407: Integration tests for core (including multi-threaded long running tests) 2009-12-21 14:23:44 +00:00
dsyer
159a29216e Switch driver class for H2 (fixes build?) 2009-12-19 21:11:03 +00:00
dsyer
68b5a4c935 RESOLVED - issue BATCH-1459: H2 support 2009-12-19 16:34:15 +00:00
dsyer
5bfd4addca Add XML support for partition step in samples 2009-12-13 15:21:20 +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
feb72db8f8 BATCH-1439: revert that change 2009-12-08 18:43:38 +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
23c21c23ca Fix expressions for Spring 3 2009-11-30 13:43:56 +00:00
dsyer
b61101365c BATCH-1344: JobRunnerTestUtils -> JobLauncherTestUtils 2009-11-29 16:09:15 +00:00
dsyer
48218f8e55 BATCH-1344: added JobRunnerTestUtils and deprecated the old AbstractJobTests 2009-11-29 13:06:19 +00:00
dsyer
d5b86f45b1 RESOLVED - issue BATCH-1448: BeanWrapperFieldSetMapper should throw BindException (so the errors can be accessed) 2009-11-24 08:01:16 +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
26f44f9dc1 Compiler warnings 2009-11-16 10:16:48 +00:00
dsyer
84b488ff13 RESOLVED - issue BATCH-1439: Fix samples tests 2009-11-16 09:55:23 +00:00
dsyer
8563523307 RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
Move validation check to AbstractJob (and out of Job)
2009-11-12 09:03:05 +00:00
dsyer
913bba44c1 RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
Fix build
2009-11-11 22:11:55 +00:00
dsyer
f1f1b130e2 BATCH-1372: remove 2.0.xsd and add tooling meta data 2009-11-11 13:42:15 +00:00
dsyer
7b28b2a8f1 RESOLVED - issue BATCH-1420: Late Binding only happens first time when using inner bean definition with collection property 2009-10-17 12:49:57 +00:00
dsyer
232d739dbd RESOLVED - issue BATCH-1420: Late Binding only happens first time when using inner bean definition with collection property 2009-10-16 19:15:17 +00:00
dsyer
281178fdf8 tidy up loop sample 2009-09-28 14:12:17 +00:00
dsyer
35d8924626 missed schema sql in properties files 2009-09-25 08:48:28 +00:00
dsyer
78768959b0 BATCH-1407: make samples work with MySQL. 2009-09-22 11:33:21 +00:00
dsyer
d31702c20b OPEN - issue BATCH-1401: All inserts of JobId should be of Types.BIGINT
Fixed samples to work with MySQL (except customer filter job)
2009-09-16 11:44:49 +00:00
dsyer
046e1f8c12 Fix broken build 2009-09-10 05:52:00 +00:00
dsyer
0d7c7034ae RESOLVED - issue BATCH-1338: Allow segregation of jobs by group, type or origin
http://jira.springframework.org/browse/BATCH-1338

Deprecated and replaced ClassPathXmlJobRegistry
2009-09-09 12:39:32 +00:00
dsyer
def829f87a REOPENED - issue BATCH-1338: Allow segregation of jobs by type or origin
Fixed broken build re-jig JobRegistryBackgroundJobRunner
2009-09-09 11:42:12 +00:00
dsyer
ac08658c48 OPEN - issue BATCH-1338: Allow segregation of jobs by type or origin
Add group aware job factory and re-org interfaces in JobLocator-JobRegistry (not backwards compatible but probably not a change for anyone outside the framework)
2009-09-08 07:00:31 +00:00
dsyer
4da7efee3a RESOLVED - issue BATCH-1395: Remove or deprecate old application context creation pattern
Removed it.
2009-09-07 17:24:22 +00:00
dsyer
fba4cfd62f RESOLVED - issue BATCH-1391: Tidy up skip sample
Fix broken samples
2009-09-04 11:10:22 +00:00
dsyer
201985e925 RESOLVED - issue BATCH-1391: Tidy up skip sample 2009-09-04 10:59:13 +00:00
dsyer
cdf94a7148 OPEN - issue BATCH-1383: onSkipInProcess is not called
http://jira.springframework.org/browse/BATCH-1383

Tidied up the skip sample.  Could not reproduce issue.
2009-09-04 10:36:45 +00:00
dsyer
84cfbd5c02 BATCH-1371: add 2.1 version to samples XML 2009-09-01 07:17:00 +00:00
dhgarrette
8146e55503 Merging changes from branch...
BATCH-1323: Modify skip/retry/no-rollback exception class configurations to allow for include/exclude
BATCH-1339: Move task-executor attribute up from <chunk/> to <tasklet/>
BATCH-1348: Allow inlining of reader/writer/processor into <chunk/>
BATCH-1357: Allow empty <listeners/>, <retry-listeners/>, and <streams/> lists
BATCH-1358: Move InfiniteLoopIncrementer into core, and rename it to RunIdIncrementer
BATCH-1367: Syntactic sugar for Item*Adapter in namespace
BATCH-1375: Give CompositeItemProcessor's and CompositeItemWriter's property the same name (delegates)
2009-08-23 15:17:20 +00:00
dsyer
f465958379 Add dynamic check for expected size (fix build?) 2009-08-22 11:46:45 +00:00
dsyer
22909cec23 Use prototype scope for duplicate bean used for test 2009-08-22 11:26:09 +00:00
dsyer
150fff9f41 Add sample for jdbc paging reader 2009-08-22 11:20: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
b0d6e0e2b9 add spring3 profile 2009-07-07 12:56:53 +00:00