Commit Graph

3363 Commits

Author SHA1 Message Date
dsyer
f9b186ada3 RESOLVED - issue BATCH-1338: Allow segregation of jobs by type or origin
Added groupName and extension points in JobRegistryBeanPostProcessor and ClassPathXmlJobRegistry
2009-09-08 07:49:37 +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
49420d633e RESOLVED - issue BATCH-1395: Remove or deprecate old application context creation pattern
Deprecated the osgi context factory.
2009-09-07 17:27:25 +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
8143e66768 RESOLVED - issue BATCH-1397: Late binding only happens once per ApplicationContext if expression is in substring
http://jira.springframework.org/browse/BATCH-1397
2009-09-07 16:58:39 +00:00
dsyer
db485dbd10 OPEN - issue BATCH-46: Integrate demo project with S2EB webapp
https://jira.springsource.com/browse/BATCH-46
2009-09-07 14:05:23 +00:00
dsyer
7feadec42c Add blocking queue in preference to thread.sleep 2009-09-07 13:34:05 +00:00
dsyer
9fd80a6b9e Reset counter in test 2009-09-07 13:15:54 +00:00
dsyer
2df180369c Tidy up unit test with correct mock behaviour 2009-09-07 13:12:10 +00:00
dsyer
ab88c2dd54 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Javadocs
2009-09-07 07:21:22 +00:00
dhgarrette
f29b8e908c BATCH-1390: Restructured if-statement to prevent doing the same check twice. 2009-09-04 22:36:03 +00:00
dhgarrette
cf42e1629e BATCH-1323: Fixed documentation in xsd 2009-09-04 15:53:01 +00:00
dsyer
08acf3bfa6 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Add extra synchronized for safety in case people use this in other ways than Batch typically does.
2009-09-04 14:44:12 +00:00
dsyer
de7df3ef21 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
No need for AtomicInteger now that we are all synchronized.
2009-09-04 14:42:20 +00:00
dsyer
a4881dfe66 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Actually you do need to synchronize the whole read.
2009-09-04 14:38:48 +00:00
dsyer
0d94f6f336 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Forgot to restart from middle of chunk
2009-09-04 14:16:14 +00:00
dsyer
29fb16b522 RESOLVED - issue BATCH-1389: Thread safety in JdbcPagingReader
http://jira.springframework.org/browse/BATCH-1389
2009-09-04 13:19:10 +00:00
dsyer
0cc77cf6ca OPEN - issue BATCH-1392: Throttle limit is not parsed in ChunkElementParser
Fixed in 2.1
2009-09-04 12:26:41 +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
88e21bf234 RESOLVED - issue BATCH-1383: onSkipInProcess is not called
http://jira.springframework.org/browse/BATCH-1383
2009-09-04 10:56:16 +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
9e5de91923 RESOLVED - issue BATCH-1390: ExecutionContextPromotionListener erases previous step
http://jira.springframework.org/browse/BATCH-1390
2009-09-04 10:14:46 +00:00
dsyer
4178eb32fd Add default constructor back to SimpleRetryPolicy 2009-09-02 07:56:22 +00:00
dsyer
84cfbd5c02 BATCH-1371: add 2.1 version to samples XML 2009-09-01 07:17:00 +00:00
dsyer
310a8038f8 BATCH-1371: add 2.1 version to test XML 2009-09-01 07:06:39 +00:00
dsyer
3692993d67 BATCH-1371: add 2.1 version to spring.schemas 2009-09-01 06:51:57 +00:00
dsyer
c5c895fc33 BATCH-1371: revert schema to 2.0 and add 2.1 version alongside 2009-09-01 06:28:39 +00:00
dhgarrette
f81cfa2012 BATCH-1381: Fixed code samples so they doesn't overflow the box in the pdf 2009-08-23 20:16:54 +00:00
dhgarrette
44630b5bfb BATCH-1381: Update docs for <include/> and <exclude/> in exception lists 2009-08-23 19:02:19 +00:00
dhgarrette
d6d22d03b1 BATCH-1368: Update docs to remove <listener class="..."/> syntax 2009-08-23 18:16:25 +00:00
dhgarrette
e6819e3a47 fixed error 2009-08-23 15:38:15 +00:00
dhgarrette
3710f3ab47 BATCH-1375: fixed generic types 2009-08-23 15:29:48 +00:00
dhgarrette
1771f683d4 BATCH-1375: fixed variable name 2009-08-23 15:26:23 +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
5e35182dbd add to svn:ignore 2009-08-22 11:53:10 +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
679a3dbcac Spelling error in javadocs 2009-08-22 11:20:05 +00:00
dsyer
052f259cb8 BATCH-1378: copy map/list/set to avoid storing wrong value after placeholder binding 2009-08-22 11:19:43 +00:00
dsyer
1956122d57 Add BATCH-1362 to release notes 2009-08-20 16:55:27 +00:00
dsyer
0b9c97ecab Add release notes details 2009-08-20 16:48:20 +00:00
dsyer
ecddd61b47 RESOLVED - issue BATCH-1354: Infinite loop caused by throwing an Error from the ItemWriter of a skippable step
http://jira.springframework.org/browse/BATCH-1354

Previous change reverted: Error should be fatal, so it has to be added to the exception classifiers in FaultTolerantStepFactoryBean.
2009-08-20 16:41:38 +00:00
dsyer
a293b6ff21 RESOLVED - issue BATCH-1354: Infinite loop caused by throwing an Error from the ItemWriter of a skippable step
http://jira.springframework.org/browse/BATCH-1354
2009-08-20 15:43:19 +00:00
dhgarrette
4581617d18 Updated my email address 2009-08-20 15:26:04 +00:00
dsyer
14d02172c8 Prepare for 2.0.3 release 2009-08-20 14:03:32 +00:00
dsyer
a5603cbb04 Update for 2.0.3 release 2009-08-20 14:02:11 +00:00