dsyer
aca17b3135
Rename private inner class
2008-06-23 10:40:00 +00:00
dsyer
09d7b58c57
changed the way the datasource is initialised for tests (inadvertently)
2008-06-22 08:26:56 +00:00
dsyer
5a995040b2
missed a datasource config
2008-06-21 18:33:17 +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
26d14d2068
OPEN - issue BATCH-654: Transactions when commit fails
...
Add copy constructor to ExecutionContext
2008-06-18 09:21:19 +00:00
dsyer
dc7f0dc1d0
Deprecated public method that should not be in public API.
2008-06-18 09:11:55 +00:00
robokaso
66b7a4ef11
RESOLVED - BATCH-664: smarter restart for MultiResourceItemReader
...
refactoring for better clarity
2008-06-16 14:10:56 +00:00
robokaso
794544307f
IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
...
refactoring for better clarity
2008-06-16 12:50:35 +00:00
robokaso
8605672299
IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
...
smarter restart but ugly code
2008-06-16 11:47:28 +00:00
dsyer
d81dc47af9
Add typesafe enum for Alignment in FixedLengthLineAggregator
2008-06-13 10:22:28 +00:00
robokaso
1d649da1aa
added assertion for not-null delegate
2008-06-11 13:42:05 +00:00
robokaso
c82470f9c4
minor code cleanup
2008-06-11 13:38:23 +00:00
robokaso
d7484999ae
RESOLVED - BATCH-663: MultiResourceItemReader doesn't restart correctly after multi-resource rollback
...
additional javadoc
2008-06-11 13:32:55 +00:00
robokaso
5b0d65c478
RESOLVED - BATCH-663: MultiResourceItemReader doesn't restart correctly after multi-resource rollback
...
* added common test for the "rollback + restart" scenario
* MultiResourceItemReader now extends AbstractBufferedItemStreamItemReader
2008-06-11 13:04:44 +00:00
robokaso
dcca8b74cb
RESOLVED - BATCH-548: skipping items can lead to an invalidated mark in the ResourceItemReader
...
added item buffering to FlatFileItemReader
2008-06-11 11:28:56 +00:00
robokaso
4f3294d127
OPEN - BATCH-659: unused classes deprecation/removal
...
added deprecations
2008-06-10 09:06:05 +00:00
robokaso
dfef707dc9
minor code cleanup
2008-06-09 14:00:51 +00:00
dsyer
7a67464374
Fix 1.4 samples CI
2008-06-09 07:30:14 +00:00
robokaso
7df20a9902
RESOLVED - BATCH-653: consistent item buffering in ItemReaders
...
JdbcCursorItemReader now extends AbstractBufferedItemReaderItemStream
2008-06-06 10:44:08 +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
robokaso
6a3cd3ffbe
IN PROGRESS - BATCH-653: consistent item buffering in ItemReaders
...
extracted generic buffered reader superclass from HibernateCursorItemReader
2008-06-06 09:08:18 +00:00
dsyer
e54aafd335
REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
...
Reverted rownum change in FieldSetMapper
2008-06-05 17:24:34 +00:00
dsyer
85e168e2db
RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
...
Added rownum parameter to field set mapper (with default value -1 defined as constant in FieldSetMapper)
2008-06-05 15:03:10 +00:00
robokaso
b89bbbadb6
RESOLVED - BATCH-16: Factor out common file handling concerns of Xml and FlatFile output templates
...
FlatFileItemWriter now uses FileUtils
2008-06-05 11:59:09 +00:00
dsyer
a55e488c14
RESOLVED - issue BATCH-572: Retryable exceptions cannot be skippable
...
* Deprecated StatefulRetryStepFactoryBean
* Added generic cache limit property to SkipLimitStepFactoryBean (replacing skipCacheLimit)
* Testing
2008-06-05 11:53:36 +00:00
robokaso
05b3e0ad36
RESOLVED - BATCH-649: Fetch Limit in Hibernate item reader
2008-06-05 09:36:32 +00:00
robokaso
23b5f47d82
RESOLVED - BATCH-651: buffered readers don't handle volatile commit interval
...
added test and patched the affected readers
2008-06-05 08:54:39 +00:00
dsyer
e194b8da09
Organise imports
2008-06-05 06:40:35 +00:00
dsyer
8ae974341f
Fix 1.4 samples build (use ClassUtils)
2008-06-05 06:24:54 +00:00
dsyer
a126171083
Fix 1.4 samples build (use ClassUtils)
2008-06-05 06:22:31 +00:00
robokaso
d377e4c5c3
RESOLVED - BATCH-650: Use FORWARD_ONLY as scroll mode in HibernateCursorItemReader
...
added item buffer and made the cursor forward-only (+ had to fix samples using stateful items with rollback)
2008-06-04 13:43:00 +00:00
dsyer
c21032332b
RESOLVED - issue BATCH-541: pull commit interval from the job parameters
...
Added StepExecutionSimpleCompletionPolicy (a la StepExecution*) as s one-off solution to the commit interval problem initially posed
2008-06-04 11:55:22 +00:00
robokaso
0497379f68
RESOLVED - BATCH-520: Add a Delegating File Reader For Multiple Files
...
name the SortedMultiResourceItemReader explicitly (inherited name from superclass before)
2008-06-04 08:49:30 +00:00
robokaso
839f114f31
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
...
added SortedMultiResourceItemReader which sorts the injected Resources using Comparator
2008-06-03 12:22:20 +00:00
robokaso
ca4fc0dbb4
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
...
added the common 'foo' tests for both flatfile and xml
added setter for 'saveState'
2008-06-03 08:52:48 +00:00
robokaso
58963c7bdb
RESOLVED - BATCH-645: Have JdbcCursorItemReader use ResultSet.absolute() to set the cursor by configuration
...
cleaned up the javadoc as sideeffect
2008-06-02 09:25:59 +00:00
dsyer
56ddba0a7b
Fix queue full exception in repeat template in CI build - use unbounded queue for results (will be bounded in practice by throttle limit anyway).
2008-05-29 10:58:09 +00:00
dsyer
fe17eab945
BATCH-620: what is it with this failed test?
2008-05-27 20:45:36 +00:00
dsyer
488ce57cc0
RESOLVED - issue BATCH-620: Flat File Writer that writes a Header
...
Added headers to flat file and xml item writers
2008-05-27 20:23:25 +00:00
robokaso
2624601d9e
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
...
added javadoc concerning importance of resource ordering on restart + TODO for improvements
2008-05-23 15:33:01 +00:00
dsyer
937e898d24
IN PROGRESS - issue BATCH-572: Retryable exceptions cannot be skippable
...
StatefulRetryStepFactoryBean functionality all moved into SkipLimitStepFactoryBean (the former should be removed). TODO: take some more care with exception types that overlap between retry / skip.
2008-05-23 12:36:46 +00:00
dsyer
abc9111b20
Javadocs spelling error
2008-05-23 08:01:19 +00:00
dsyer
277246cfb6
IN PROGRESS - issue BATCH-572: Retryable exceptions cannot be skippable
...
Fix exception message (minor)
2008-05-22 17:01:00 +00:00
robokaso
4c73946232
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
...
setter for resources instead of resourcePatternResolver + locationPattern
2008-05-22 08:05:37 +00:00
robokaso
6419588259
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
...
added MultiResourceReader (can be used both with FlatFileItemReader or StaxEventItemReader)
2008-05-21 15:30:02 +00:00
dsyer
c914ce74fc
OPEN - issue BATCH-572: Retryable exceptions cannot be skippable
...
Tidied up Javadocs and tests. Throw exception if retry exhausted and no recovery path provided.
2008-05-21 13:13:50 +00:00
dsyer
4a9e02cda6
IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
...
Fix issue with final callback value - broken integration build
2008-05-13 22:51:44 +00:00
dsyer
2ac85e454b
IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
...
Tidy up some TODOs
2008-05-11 16:45:07 +00:00
dsyer
2a5895a944
IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
...
Extract anonymous class to nested static
2008-05-11 14:37:45 +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