Commit Graph

58 Commits

Author SHA1 Message Date
dsyer
db485dbd10 OPEN - issue BATCH-46: Integrate demo project with S2EB webapp
https://jira.springsource.com/browse/BATCH-46
2009-09-07 14:05:23 +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
f7a89aa85f Remove MessageChannelItemWriter in favour of using a MessagingGateway (integration test included as demo) 2009-03-06 07:32:20 +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
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
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
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
ce14c590da BATCH-963: new ItemStream interface close() with no args 2008-12-10 13:33:28 +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
dsyer
5ae77afcb4 Use MessagingGateway for chunk writer 2008-11-09 12:19:39 +00:00
dsyer
8eb244b49a IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Remove continuable from ExitStatus
2008-11-08 15:08:56 +00:00
dsyer
16606e3abd IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Change Tasklet to use RepeatStatus instead of ExitStatus to signal continuable status
2008-11-08 11:33:25 +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
fd0e1c3338 Fix integration against latest Spring Integration 2008-10-26 08:03:30 +00:00
dsyer
fa4a690cda OPEN - issue BATCH-282: Make input parameters easier to access from ItemReaders, etc.
Revert change to method signature in AbstractStep
2008-10-16 11:08:59 +00:00
dsyer
9bf4241893 OPEN - issue BATCH-282: Make input parameters easier to access from ItemReaders, etc.
Add StepScope and integrate with AbstractStep.  No support yet for late binding of step and job attributes.
2008-10-16 11:01:50 +00:00
dsyer
f32ea26c67 (Mostly) update for Spring Integration changes 2008-09-12 12:19:16 +00:00
dsyer
4726eeaa77 OPEN - issue BATCH-814: JobRepository should not require Step or Job (only their names)
Fixed the step execution methods (not job execution yet)
2008-09-04 15:01:28 +00:00
dsyer
e4a76749b9 Modify factory method signature in JobExecution to make it not dependent on non-entity 2008-09-03 10:29:45 +00:00
dsyer
40b65bafb2 Half-hearted attempt to fix broken integration tests 2008-09-02 15:45:11 +00:00
dsyer
ef4f2900cc OPEN - issue BATCH-789: Remove mark/reset from ItemReader
Shift chunk iteration into StepHandler - had to sacrifice interrupted check inside chunk
2008-08-20 15:24:05 +00:00
dsyer
42a9b97d1f RESOLVED - issue BATCH-788: Remove flush/clear from ItemWriter
Done
2008-08-20 09:59:51 +00:00
dsyer
a4c8399e72 OPEN - issue BATCH-788: Remove flush/clear from ItemWriter
Infrastructure and core working with no calls to flush (I think)
2008-08-20 08:06:18 +00:00
dsyer
a5080b772e OPEN - issue BATCH-787: Add write(List) to ItemWriter
Make samples and cli archetype compile again
2008-08-19 14:31:41 +00:00
dsyer
542343331a Fix compilation errros in integration latest snapshot 2008-08-17 08:31:01 +00:00
dsyer
d4d35cd668 OPEN - issue BATCH-770: Make ItemTransformer a first class citizen and rename as ItemProcessor
Done first pass.  Some tests needed.
2008-08-11 08:48:41 +00:00
dsyer
96cbf19f2e Update for SI latest interface changes. Transactional stuff still broken, but now it compiles. 2008-08-01 06:57:18 +00:00
robokaso
e9d2d90764 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
saveOrUpdate(StepExecution) split to save and update
2008-07-28 10:56:35 +00:00
robokaso
afa9732b95 generified the integration module and cleaned up the warnings 2008-07-24 13:14:22 +00:00
dsyer
acbc1d89ed CLOSED - issue BATCH-563: ItemOrientedStep can be TaskletStep + ItemOrientedTasklet 2008-07-17 11:33:55 +00:00
robokaso
04a32007ad IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-16 10:26:22 +00:00
dsyer
11a84dd267 RESOLVED - issue BATCH-722: No framework logic should depend on the value of ExitStatus 2008-07-13 11:48:41 +00:00
dsyer
313a4d85a2 Remove input/output parameters from step handler (use job execution context instead). 2008-07-11 08:18:18 +00:00
dsyer
3468859411 Add timeout setting in milliseconds to ease testing. 2008-07-06 14:16:16 +00:00
dsyer
3d78c0bcb5 Dust off JMX demo 2008-07-05 07:32:44 +00:00
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
dsyer
a78a09c55e Update home page and clearer Javadocs for CommandLineJobRunner.java 2008-06-26 15:15:15 +00:00
dsyer
3823d1b48d Add toString() to Chunk* 2008-06-25 13:08:16 +00:00
dsyer
f7fb7e0228 Upgrade to Spring 2.5.5 2008-06-24 13:45:45 +00:00
dsyer
cb9f35c1b4 Refactor job launching message handler to use special request object. 2008-06-16 16:45:52 +00:00
dsyer
77aaaa05ea Rename package batch.integration 2008-06-13 10:51:51 +00:00
dsyer
615c90eb5e Add Spring Integration prototype code 2008-06-13 10:29:14 +00:00
dsyer
77716240fc ReRename integration project as infrastructure tests (which is what it is) 2008-06-13 10:25:51 +00:00