Commit Graph

723 Commits

Author SHA1 Message Date
dsyer
8212f02c86 BATCH-1451: upgrade Hibernate and fix resulting issues 2009-11-26 13:36:36 +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
robokaso
b65a634d59 RESOLVED - BATCH-981: Use Woodstox instead of ref impl of StaX
switched to woodstox-core-asl 4.0.6
2009-11-21 21:23:26 +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
c1c5901685 [maven-release-plugin] prepare for next development iteration 2009-11-10 18:39:09 +00:00
dsyer
126824d4fe [maven-release-plugin] prepare release 2.1.0.M2 2009-11-10 18:38:04 +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
81a37d4cc0 [maven-release-plugin] prepare for next development iteration 2009-09-28 15:42:32 +00:00
dsyer
ff34a62685 [maven-release-plugin] prepare release 2.1.0.M1 2009-09-28 15:33:21 +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
84d0f2c170 BATCH-1407: add environment property to samples. 2009-09-22 11:56:27 +00:00
dsyer
78768959b0 BATCH-1407: make samples work with MySQL. 2009-09-22 11:33:21 +00:00
dsyer
9245b5fde3 Remove Maven project builder. 2009-09-18 14:07:15 +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
9e8bdba83d [maven-release-plugin] prepare for next development iteration 2009-08-22 11:58:38 +00:00
dsyer
1884b8fcec [maven-release-plugin] prepare release 2.0.3.RELEASE 2009-08-22 11:57:44 +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
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
5bc4040efd RESOLVED - issue BATCH-1336: Add -restart and -next options to CommandLineJobRunner 2009-07-16 07:13:40 +00:00
dsyer
69a0c1d845 Remove spring3 active profile 2009-07-10 11:56:10 +00:00
dsyer
b0d6e0e2b9 add spring3 profile 2009-07-07 12:56:53 +00:00
dhgarrette
b06a6d86d6 BATCH-1313 & BATCH-1314:
*Added assertion to AbstractBatchLauncherTests to ensure that the job's status is COMPLETED.
 *Fixed broken tests.
2009-06-28 16:12:50 +00:00
dsyer
1cf63b9152 RESOLVED - issue BATCH-1302: Tidy up samples - remove prefixes for namespaces like beans: 2009-06-28 10:11:18 +00:00
dsyer
528b5f6d9c Tidy up classpaths and poms 2009-06-21 08:25:54 +00:00
dsyer
3a25f23218 BATCH-1209: add a Groovy job in samples using AntBuilder to do some file schlepping 2009-06-16 07:49:49 +00:00
dsyer
132e29f37b RESOLVED - issue BATCH-1268: Remove dependency on commons lang
Up to a point - made it optional for Spring Core.
2009-06-03 15:07:40 +00:00
dsyer
bc9e97fe66 BATCH-1264: null pointer if transaction attributes partially specified 2009-06-02 11:11:13 +00:00
dsyer
690f822bc1 [maven-release-plugin] prepare for next development iteration 2009-06-02 08:36:00 +00:00
dsyer
8bb90ad298 [maven-release-plugin] prepare release spring-batch-2.0.1.RELEASE 2009-06-02 08:35:27 +00:00
dhgarrette
d035f14f3a BATCH-1225: uncomment assertion that was failing due to the bug 2009-05-29 21:58:41 +00:00