robokaso
afa9732b95
generified the integration module and cleaned up the warnings
2008-07-24 13:14:22 +00:00
dsyer
829e7df806
Update for more SI changes
2008-07-21 07:42:00 +00:00
dsyer
d643538a10
Upgrade integration to CI-SNAPSHOT again
2008-07-18 09:31:41 +00:00
robokaso
6d34dff7d8
RESOLVED - BATCH-570: Job.getSteps() does not need to be exposed in the interface
...
removed the getSteps() method
2008-07-18 09:17:26 +00:00
dsyer
e646cd8a16
Tweak manifests and make OSGi projects into S2AP bundles
2008-07-17 07:55:13 +00:00
robokaso
36241225ba
IN PROGRESS - BATCH-709: Change all collections to use generics
2008-07-16 07:52:43 +00:00
dsyer
cae3dabff1
Fix retry tests in integration project
2008-07-14 07:45:45 +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
b079affa09
Upgrade Spring Integration to M5 (actually CI-SNAPSHOT).
2008-07-11 08:04:17 +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
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
robokaso
09b5acc368
IN PROGRESS - BATCH-653: consistent item buffering in ItemReaders
...
StaxEventItemReader now extends AbstractBufferedItemReaderItemStream
2008-06-06 09:41:07 +00:00
dsyer
11b4e2a012
advices -> adviceChain
2008-05-25 10:38:58 +00:00
dsyer
eabac61a40
IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
...
Add context to retry recovery callback
2008-05-11 14:04:03 +00:00
dsyer
a0b7049867
OPEN - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
...
Refactored ItemWriterRetry* to be less dependent on Item* interfaces. Added StatefulRetryOperationsInterceptor.
2008-05-09 20:59:59 +00:00
robokaso
d26907b497
IN PROGRESS - BATCH-601: Findbugs code audit
2008-04-24 15:06:59 +00:00
dsyer
75434bd244
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
...
Remove unnecessary clutter from BatchMessageListernerContainer (it's only really necessary to override two methods)
2008-04-21 14:09:55 +00:00
dsyer
b0fb4167dc
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
...
Add integration test.
2008-04-21 07:26:52 +00:00
dsyer
0f84d3064a
OPEN - issue BATCH-486: Users must choose between skip and retry
...
Removed itemReader from retry callback - simplifies stateful retry and makes the ugly exception handling problem go away.
2008-03-27 15:21:20 +00:00
dsyer
044bc4e192
Review process. Consolidated some related support packages in infrastructure.
2008-03-14 10:30:18 +00:00
nebhale
9f7cc87c0d
[BATCH-383] Fixes to make Spring Batch 1.4 runtime compliant.
2008-03-11 13:49:17 +00:00
nebhale
48195945ee
[BATCH-430] Incremental commit of io package moving
2008-03-07 12:55:27 +00:00
dsyer
f5e85d5f63
Change svn:eol-style to LF
2008-03-06 21:59:13 +00:00
dsyer
40f5349c0e
OPEN - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Introduce (as temporary measure) KitchenSinkStepFactoryBean.
2008-03-02 09:38:01 +00:00
dsyer
b89a68dfeb
Incomplete - task 87: Refactor KeyedItemReader
...
Split off from ItemReader interface.
2008-03-01 15:24:06 +00:00
lucasward
a582aa0229
BATCH-365: ItemStream#Update and ItemStream#close now accept an ExecutionContext as an argument. I removed the local ExecutionContexts in the readers and readers, and had them use the passed in ones instead.
2008-02-26 21:22:59 +00:00
dsyer
2ce3013ac1
RESOLVED - issue BATCH-268: retry configuration for ItemOrientedTasklet
...
http://jira.springframework.org/browse/BATCH-268
The retry only works if you have an ItemStream as an ItemReader (so that you get a proper rollback). Applied the patch and fixed it up to fit the new m5 way of looking at things.
2008-02-11 17:23:57 +00:00
dsyer
6ffefbc184
Introduce KeyedItemReader to push the getKey() method into a separate place.
2008-01-30 08:55:53 +00:00
dsyer
911e368a71
OPEN - issue BATCH-324: Step as factory for StepExecutor
...
http://jira.springframework.org/browse/BATCH-324
Same treatment for JobExecutor - roll it up into the Job interface
2008-01-29 18:07:57 +00:00
lucasward
9e91cf4629
BATCH-325:Added close() to readers and writers.
2008-01-29 17:15:29 +00:00
dsyer
0e27ea6660
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
...
http://jira.springframework.org/browse/BATCH-320
Half way there - tests OK, but some naming and tidying up to do.
2008-01-28 22:37:46 +00:00
dsyer
c423fff306
Rename provider package as "reader"
2008-01-02 14:41:06 +00:00
dsyer
1be07ec5b2
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Rationalize interface locations to minimize chance of cycles in future.
Rename and refactor OXM interfaces a bit to be more consistent
2008-01-02 09:21:44 +00:00
dsyer
03ea1e3826
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Remove package cycles
2007-12-31 17:13:40 +00:00
dsyer
3ee3007c46
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Initial draft - separating flat file and xml processing
2007-12-31 15:42:15 +00:00
dsyer
67a7a2de5b
Missing file from previous commit (Subclipse)
2007-12-17 13:15:05 +00:00
dsyer
ab98d1ebe6
IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-212
Merge InputSource/ItemProvider -> ItemReader.
2007-12-17 13:13:39 +00:00
dsyer
8ea331bfc7
Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
...
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00