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
|
3a0e967c21
|
Upgrade dependencies
|
2009-08-06 15:32:28 +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
|
132e29f37b
|
RESOLVED - issue BATCH-1268: Remove dependency on commons lang
Up to a point - made it optional for Spring Core.
|
2009-06-03 15:07:40 +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
|
e6462c47bb
|
add exclusion to hibernate
|
2009-05-28 12:09:44 +00:00 |
|
dsyer
|
ffaef35e34
|
switch over to Maven Central style dependencies
|
2009-05-28 11:56:48 +00:00 |
|
dsyer
|
a43a4ec623
|
Added async item processor (could be moved into infrastructure at some point).
|
2009-05-10 18:51:49 +00:00 |
|
dsyer
|
91cf3c83c3
|
Add MessageChannelPartitionHandler
|
2009-05-06 12:22:21 +00:00 |
|
dsyer
|
546ab820c0
|
Change project name (was wrong)
|
2009-04-26 15:44:36 +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
|
82bc42d102
|
RESOLVED - issue BATCH-1187: Step shouldn't exit with status=EXECUTING
AbstractStep now sets the ExitStatus (by ANDing with the existing value), so a Tasklet does not have to set it manually.
|
2009-04-09 11:51:31 +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
|
63b82c77a9
|
Tweak SI version for release
|
2009-03-20 18:14:40 +00:00 |
|
dsyer
|
f7a89aa85f
|
Remove MessageChannelItemWriter in favour of using a MessagingGateway (integration test included as demo)
|
2009-03-06 07:32:20 +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
|
526457c8eb
|
downgrade integration briefly for release
|
2009-02-20 19:34:37 +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
|
7533f90480
|
BATCH-1011: Refactor BatchStatus again so that FAILED has the same meaning as before (1.1.x etc.) and ABANDONED is introduced to signify a step that failed but does not need to be replayed on restart (formerly known as INCOMPLETE).
|
2009-02-15 10:59:44 +00:00 |
|
dhgarrette
|
b04841548e
|
BATCH-1064: Switched the semantics of INCOMPLETE and FAILED. Combined INCOMPLETE with STOPPED. INCOMPLETE jobs and steps can be restarted while COMPLETED and FAILED jobs and steps cannot.
|
2009-02-13 06:12:28 +00:00 |
|
robokaso
|
f4fa341233
|
RESOLVED - BATCH-1026: Rename ExitStatus.FINISHED to ExitStatus.COMPLETED
|
2009-01-27 11:38:26 +00:00 |
|
dsyer
|
8e1e352be4
|
RESOLVED - issue BATCH-1022: Chunk is not serializable but is wrapped by a Serializable ChunkRequest
Added test for Serializable
|
2009-01-27 10:58:30 +00:00 |
|
dsyer
|
5e69b39a97
|
RESOLVED - issue BATCH-1022: Chunk is not serializable but is wrapped by a Serializable ChunkRequest
|
2009-01-27 07:43:23 +00:00 |
|
robokaso
|
95215d5cba
|
BATCH-999: missed commit
|
2009-01-22 21:05:39 +00:00 |
|
robokaso
|
649abb69e8
|
RESOLVED - BATCH-983: Remove StepExecutionResourceProxy in favor of late-binding
applied patches
|
2009-01-13 12:46:04 +00:00 |
|
dsyer
|
df2ef02932
|
CLOSED - issue BATCH-979: Insert Apache license header in Java sources (where missing)
|
2009-01-13 11:08:59 +00:00 |
|
dsyer
|
d70cbba4e3
|
BATCH-794: Added Surefire config for SpringSource Repository
|
2009-01-10 16:10:42 +00:00 |
|
dsyer
|
25e456e4f1
|
Update constructor for Chunk
|
2009-01-05 12:15:17 +00:00 |
|
dsyer
|
a6479602e2
|
BATCH-919: reuse ChunkProcessor in integration
|
2008-12-30 16:32:29 +00:00 |
|
dsyer
|
7d7480578d
|
RESOLVED - issue BATCH-920, BATCH-974: ChunkContext in StepContextRepeatCallback is unused
|
2008-12-30 13:40:18 +00:00 |
|
dsyer
|
8ae10f425f
|
Upgrade to Spring Integration snapshot to get fix for INT-523
|
2008-12-20 11:44:11 +00:00 |
|
dsyer
|
561b57e628
|
Upgrade to Spring Integration 1.0.1 (still broken).
|
2008-12-18 16:21:41 +00:00 |
|
dsyer
|
ce14c590da
|
BATCH-963: new ItemStream interface close() with no args
|
2008-12-10 13:33:28 +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 |
|
dsyer
|
b168607d46
|
Improve robustness of retry tests
|
2008-12-02 19:26:08 +00:00 |
|
dsyer
|
173e9a259c
|
Upgrade to Spring Integration RC2
|
2008-12-02 16:17:54 +00:00 |
|
dsyer
|
f290373045
|
Tweak comments
|
2008-11-28 17:58:49 +00:00 |
|
robokaso
|
3b71ae63fd
|
findbugs fixes
|
2008-11-24 12:28:56 +00:00 |
|
robokaso
|
d2c1d5b380
|
@SuppressWarnings("unchecked")
|
2008-11-24 09:34:16 +00:00 |
|
robokaso
|
117becfe5a
|
IN PROGRESS - BATCH-929: Deferrable Constraints cause unrecoverable errors
reverted the previous changes, they wouldn't really solve the problem
|
2008-11-20 12:57:12 +00:00 |
|