dhgarrette
e6819e3a47
fixed error
2009-08-23 15:38:15 +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
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
528b5f6d9c
Tidy up classpaths and poms
2009-06-21 08:25:54 +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
dsyer
96e81afd7b
Update site for 2.0.1
2009-05-28 17:01:16 +00:00
dsyer
ffaef35e34
switch over to Maven Central style dependencies
2009-05-28 11:56:48 +00:00
dsyer
1b7ebbb932
Fix broken build
2009-05-02 06:38:56 +00:00
dsyer
2e7f38a6a8
[maven-release-plugin] prepare for next development iteration
2009-04-10 16:27:47 +00:00
dsyer
cd4d2d61be
[maven-release-plugin] prepare release 2.0.0.RELEASE
2009-04-10 16:26:37 +00:00
dsyer
46a912cd6e
RESOLVED - issue BATCH-1194: switch to m2eclipse
2009-04-06 15:04:51 +00:00
dsyer
01e09d4a21
[maven-release-plugin] prepare for next development iteration
2009-03-20 18:23:31 +00:00
dsyer
9c441df465
[maven-release-plugin] prepare release 2.0.0.RC2
2009-03-20 18:22:05 +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
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