dsyer
8a14e41495
RESOLVED - issue BATCH-1060: Consider use of BufferOutputStream () in StaxEventItemWriter
...
Added more data to integration test and some timings. If you use a BufferedWriter instead in the TransactionAwareBufferedWriter it runs slightly slower if anything.
2009-02-23 15:50:02 +00:00
dsyer
cefced1f29
Finish off RC1 release
2009-02-23 11:08:29 +00:00
dsyer
87e8ed6e18
[maven-release-plugin] prepare for next development iteration
2009-02-21 09:22:46 +00:00
dsyer
6e035df7ed
[maven-release-plugin] prepare release 2.0.0.RC1
2009-02-21 09:10:06 +00:00
dsyer
61880ea0c1
prepare project layout for 2.0.0.RC1
2009-02-19 16:53:17 +00:00
dsyer
4b6988691a
BATCH-1065: update docos with stop transition
2009-02-15 13:47:24 +00:00
dsyer
d70cbba4e3
BATCH-794: Added Surefire config for SpringSource Repository
2009-01-10 16:10:42 +00:00
robokaso
c795098827
RESOLVED - BATCH-963: ExecutionContext modifications in ItemStream.close(ExecutionContext) are not persisted
...
removed ExecutionContext argument from ItemStream.close() signature
2008-12-10 12:06:03 +00:00
dsyer
708364f1cc
Make as many dependencies as possible optional (it's not inherited from parent apparently).
2008-12-03 21:21:01 +00:00
robokaso
690437e41a
findbugs fixes
2008-11-24 12:41:19 +00:00
dsyer
8b2d02f5d9
IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
...
Replaced infrastrucure status with local enum and moved ExitStatus into core. TODO: maybe get rid of continuable.
2008-11-07 18:40:58 +00:00
dsyer
1270254608
Re-enable castor integration tests
2008-11-07 15:21:00 +00:00
dsyer
3191f76f39
More POM migrations
2008-11-06 18:21:35 +00:00
dsyer
7fdfe6bd34
mess around with poms to make maven work
2008-11-04 22:05:53 +00:00
dsyer
883ce9d356
BATCH-794: Move to BRITS style dependencies so we can build against Spring 3.0 snapshots
2008-11-04 08:20:09 +00:00
dsyer
05d12cf226
Stop container before checking results
2008-11-03 08:23:22 +00:00
macsuibhne
eacf9a41a1
Remove Maven release:prepare work in progress submitted in error
2008-10-10 13:44:17 +00:00
macsuibhne
90dab93435
Bundlor version is M1, not RELEASE
2008-10-10 13:13:45 +00:00
robokaso
5994782b37
RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly
2008-09-05 09:15:21 +00:00
dsyer
311779037a
BATCH-804: add interface for RetryState
2008-09-02 09:24:37 +00:00
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