Commit Graph

27 Commits

Author SHA1 Message Date
dsyer
d41464c176 OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Move key generator and item identifier to retry interceptor package
2008-08-25 16:08:19 +00:00
dsyer
6e36093b2e OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
RetryCallback and RecoveryCallback done
2008-08-25 14:06:57 +00:00
dsyer
1da437fb00 OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Fixed use of state in stateless retry
2008-08-25 12:08:44 +00:00
dsyer
193f63a24a OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Make stateful retry explicit in the RepeatOperations interface instead of hidden in a RetryPolicy
2008-08-25 12:00:42 +00:00
dsyer
05015c598d OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Downgrade throws clause in RetryCallback - it's not reasonable to retry arbitrary Throwable
2008-08-24 11:44:50 +00:00
dsyer
fcf96a954f RESOLVED - issue BATCH-789: Remove mark/reset from ItemReader
Remove AbstractItemReader.  All done (with remaining issues moved to BATCH-220).
2008-08-21 12:11:22 +00:00
dsyer
42a9b97d1f RESOLVED - issue BATCH-788: Remove flush/clear from ItemWriter
Done
2008-08-20 09:59:51 +00:00
dsyer
75fca027cb BATCH-&*&: work in progress (some tests disabled) 2008-08-19 13:49:38 +00:00
dsyer
2357b89b58 Ensure table is dropped in test suite 2008-08-18 06:16:04 +00:00
dsyer
d8df436e8e Remove FactoryBean nature from data sourde initializer 2008-08-17 09:43:54 +00:00
nebhale
faae7cf9a6 [maven-release-plugin] prepare for next development iteration 2008-08-14 10:31:28 +00:00
nebhale
f9c48feb0b [maven-release-plugin] prepare release spring-batch-2.0.0.M1 2008-08-14 10:30:45 +00:00
trisberg
e9ea3dd42c IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-31 18:01:17 +00:00
dsyer
a36aa540fe RESOLVED - issue BATCH-749: Fix EasyMock warnings in infrastructure tests 2008-07-30 08:41:54 +00:00
robokaso
e47df988ec samples and infrastructure-tests should have no more generics warnings (remaining are easymock deprecations) 2008-07-24 11:17:37 +00:00
trisberg
3f9ce6500d IN PROGRESS - BATCH-672: modified item.reader and item.writer tests. Upgraded entire project to EasyMock 2.4 2008-07-23 02:48:02 +00:00
robokaso
62b8fa3507 IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types 2008-07-21 10:08:41 +00:00
lucasward
5fcd4e54b4 BATCH-711:Modified ItemWriter interface to use parameterized types. Updated a portion of classes using ItemWriter as well. 2008-07-21 04:25:44 +00:00
robokaso
9dfc23f6da IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 13:19:06 +00:00
robokaso
04a32007ad IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-16 10:26:22 +00:00
robokaso
877737ab72 RESOLVED - BATCH-727: Move all POMs in trunk to 2.0.0.DEV-SNAPSHOT
changed the version to 2.0.0.CI-SNAPSHOT
2008-07-15 07:48:13 +00:00
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
dsyer
761120e1ab Try to remove bizarre output folder 2008-06-25 10:19:15 +00:00
dsyer
80b4386c1b Upgrade to Spring 2.5.5 2008-06-24 13:40:42 +00:00
dsyer
a078199eae RESOLVED - issue BATCH-680: Allow override of Transaction Definition in get transaction in Item Oriented Step
Added transactionAttribute to ItemOrientedStep and the factory bean
2008-06-21 09:44:40 +00:00
dsyer
345e7a4b81 RESOLVED - issue BATCH-654: Transactions when commit fails 2008-06-18 10:24:18 +00:00
dsyer
77716240fc ReRename integration project as infrastructure tests (which is what it is) 2008-06-13 10:25:51 +00:00