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
dhgarrette
e6819e3a47
fixed error
2009-08-23 15:38:15 +00:00
dsyer
1b7ebbb932
Fix broken build
2009-05-02 06:38:56 +00:00
dsyer
de21d44af1
Try to fix timout error in build again
2009-03-20 10:49:57 +00:00
dsyer
43d9e98f00
Try to fix timout error in build
2009-03-20 10:30:10 +00:00
dsyer
5244ef07ca
Bump up timeout in failed test
2009-03-14 09:47:55 +00:00
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
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
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
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
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
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
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
dsyer
8a10ccb1ee
Move specific reader/writer to subpackages
2008-07-03 15:42:36 +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
77716240fc
ReRename integration project as infrastructure tests (which is what it is)
2008-06-13 10:25:51 +00:00