Commit Graph

567 Commits

Author SHA1 Message Date
trisberg
14fc7bb337 BATCH-810: added mainframe incrementer as "db2zos", also added to metadata lookup 2008-09-25 16:47:19 +00:00
robokaso
cbbf2e5b92 IN PROGRESS - BATCH-830: DelegatingItemReader should be removed
removed DelegatingItemReader
2008-09-25 14:10:46 +00:00
robokaso
963e924bc6 IN PROGRESS - BATCH-830: DelegatingItemReader should be removed
replaced ValidatingItemReader with ValidatingItemProcessor
2008-09-25 13:56:34 +00:00
dsyer
1b400adc36 BATCH-815: add bundlor to build. 2008-09-25 09:14:44 +00:00
lucasward
bd27b69cf8 OPEN - issue BATCH-852: Clean up warnings
http://jira.springframework.org/browse/BATCH-852

Cleaned up warnings.
2008-09-24 21:06:03 +00:00
robokaso
15109ebdb8 RESOLVED - BATCH-838: TimeoutTerminationPolicy does not terminate when eof is encountered
terminate immediately if exit status is not continuable
2008-09-24 12:11:49 +00:00
trisberg
798657528d BATCH-760: added tests for SqlPagingQueryUtils 2008-09-22 15:26:00 +00:00
robokaso
8f29cafe47 OPEN - BATCH-806: Resurrect ResourceLineReader
RLR is back on stage - TODO find a sensible way to encapsulate duplications with FFIR
2008-09-22 13:30:42 +00:00
robokaso
d7cb39ba25 RESOLVED - BATCH-813: SingleColumnJdbcKeyGeneratorIntegrationTests fails in Eclipse
removed TransactionSynchronizationManager.initSynchronization() call
2008-09-22 12:22:53 +00:00
robokaso
661615647c ad-hoc: fixed typo in exception message 2008-09-22 12:01:42 +00:00
robokaso
b1f211509a RESOLVED - BATCH-843: FlatFileItemWriter handling of failure in LineAggregator 2008-09-22 09:05:17 +00:00
dsyer
a793fd87b4 Clean up and javadoc ResultQueue 2008-09-22 06:46:58 +00:00
robokaso
aa060681c3 warnings cleanup 2008-09-19 14:11:07 +00:00
robokaso
ed42b5772f more descriptive name for AbstractItemReaderItemStream (added 'ItemCounting') 2008-09-19 12:55:18 +00:00
robokaso
15a450f121 javadoc correction 2008-09-19 12:32:50 +00:00
trisberg
0d2965dd81 BATCH-760: cleanup and java doc changes 2008-09-18 13:46:09 +00:00
trisberg
372bbc35aa BATCH-760: addressed some code duplication issues - factored out code to a utility class 2008-09-16 15:18:45 +00:00
robokaso
06141963be RESOLVED - BATCH-828: org.springframework.batch.item.file.MultiResourceItemReader should allow for no resources
graceful handling for non-existing input resources
2008-09-12 13:15:39 +00:00
dsyer
f32ea26c67 (Mostly) update for Spring Integration changes 2008-09-12 12:19:16 +00:00
robokaso
2973139959 IN PROGRESS - BATCH-827: Create Sample job for reading and writing headers and footers 2008-09-11 14:21:43 +00:00
robokaso
df870a5df6 IN PROGRESS - BATCH-826: Create callback for header and footer reading in xml and flat files
added header callback to FFIR
2008-09-11 11:44:45 +00:00
robokaso
13e5796b85 IN PROGRESS - BATCH-826: Create callback for header and footer reading in xml and flat files
changed header and footer items to callbacks in StaxEventItemWriter
2008-09-11 09:49:42 +00:00
robokaso
4b5cbef820 IN PROGRESS - BATCH-826: Create callback for header and footer reading in xml and flat files
changed header and footer lines to callbacks
2008-09-11 08:11:27 +00:00
robokaso
e80fdae0aa RESOLVED - BATCH-828: org.springframework.batch.item.file.MultiResourceItemReader should allow for no resources
return null on first read if the resource list is empty
2008-09-10 10:59:53 +00:00
trisberg
d272105479 BATCH-762: changed ExecutionContext storage strategy to use JSON for serialization in a single String/CLOB 2008-09-08 13:21:25 +00:00
trisberg
2b470683f9 fixed class cast issue in test 2008-09-08 13:10:46 +00:00
lucasward
fc2de248f6 IN PROGRESS - issue BATCH-792: Automatically detect database type in JobRepositoryFactoryBean
http://jira.springframework.org/browse/BATCH-792

JobRepositoryFactoryBean now detects the database type by the meta data.  There is also now an enum representing the DatabaseType.
2008-09-05 23:23:13 +00:00
robokaso
16f432e08f IN PROGRESS - BATCH-763: Create callback for header and footer writing in xml and flat files
added footers to flatfile and stax writers
2008-09-05 13:20:26 +00:00
dsyer
6c1c803de6 Optional dependencies identified 2008-09-05 13:15:44 +00:00
robokaso
f623b0651a RESOLVED - BATCH-776: StaxEventItemWriter headers should not have to be the same type as the T that the writer is parameterised with 2008-09-05 10:50:42 +00:00
robokaso
f22b617313 RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly
cleanup of now redundant classes
2008-09-05 10:41:31 +00:00
robokaso
7f2adceb19 RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly
cleanup of now redundant classes
2008-09-05 09:30:47 +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
0e812b8da3 RESOLVED - issue BATCH-809: fixedLenghtTokenizer problem with 1.1.2
More careful with range sorting
2008-09-04 08:44:30 +00:00
dsyer
4bc943537d OPEN - issue BATCH-809: fixedLenghtTokenizer problem with 1.1.2
Add strict flag and open-ended last range logic
2008-09-04 08:15:47 +00:00
robokaso
061ddd8e47 cleaned up warnings in infrastructure tests 2008-09-03 14:02:45 +00:00
dsyer
311779037a BATCH-804: add interface for RetryState 2008-09-02 09:24:37 +00:00
robokaso
91ecbc6382 fix javadoc errors highlighted by eclipse 2008-09-02 09:22:56 +00:00
dsyer
a5fe2993ca Add test for whitespace in tokenizer 2008-09-02 08:48:27 +00:00
dsyer
1a6d7202ec Improve type safety of transactional collections by reducing visibility of private features 2008-09-02 07:52:22 +00:00
trisberg
3c098f6cb8 BATCH-799 deprecated DrivingQueryItemReader support in favor of PagingItemReaders 2008-08-31 16:33:50 +00:00
trisberg
77065c3ea6 BATCH-760: added parameter support to all PagingItemReaders 2008-08-31 02:59:36 +00:00
trisberg
d7c44fc613 BATCH-760: cleanup 2008-08-29 23:22:01 +00:00
trisberg
ab6068e5b6 BATCH-760: first cut of IbatisPagingItemReader, added AbstractPagingItemReader with common logic for all PagingItemReaders 2008-08-29 23:14:02 +00:00
dsyer
bd91d0c35e BATCH-798: Samples working again. TODO: refactor rollbackClassifier into the stateless execution API 2008-08-29 17:14:59 +00:00
dsyer
2ea0fe68cf BATCH-220: Rationalise the exception classifiers so they can be used in a retry 2008-08-29 14:09:11 +00:00
dsyer
ad5b0010dd BATCH-220: Half way to rename StepHandler -> Tasklet 2008-08-28 10:38:26 +00:00
trisberg
31109f0a4d BATCH-760: added order by clause to all generated sql 2008-08-27 23:57:45 +00:00
dsyer
32118407c7 OPEN - issue BATCH-220: Chunk-oriented approach to processing
Skip should be working now for reads and writes (not processing).
2008-08-27 11:08:47 +00:00
dsyer
0111123bb7 OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Left a TODO.
2008-08-26 07:47:00 +00:00