dsyer
159a29216e
Switch driver class for H2 (fixes build?)
2009-12-19 21:11:03 +00:00
dsyer
41be879d55
Fix flat file unit test on Windoze
2009-12-19 16:55:33 +00:00
dsyer
68b5a4c935
RESOLVED - issue BATCH-1459: H2 support
2009-12-19 16:34:15 +00:00
dsyer
b7df8da592
Suppress warnings about unused stuff that is used reflectively
2009-12-09 13:09:38 +00:00
dsyer
cb17024c01
RESOLVED - issue BATCH-924: BeanWrapperFieldSetMapper could create child objects if they are null when needed
2009-12-09 13:09:02 +00:00
dsyer
541670b5aa
BATCH-1454: added Poller interface
2009-11-30 10:05:42 +00:00
dsyer
683b4e7caa
RESOLVED - issue BATCH-1452: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter
2009-11-27 09:10:25 +00:00
dsyer
6d59d6fc2a
BATCH-1453: Fix Oracle paging
2009-11-26 17:48:21 +00:00
dsyer
82da47ba02
RESOLVED - issue BATCH-1449: Option to disable transactional behavior of FlatFileItemWriter
2009-11-26 09:06:59 +00:00
dsyer
d5b86f45b1
RESOLVED - issue BATCH-1448: BeanWrapperFieldSetMapper should throw BindException (so the errors can be accessed)
2009-11-24 08:01:16 +00:00
robokaso
b65a634d59
RESOLVED - BATCH-981: Use Woodstox instead of ref impl of StaX
...
switched to woodstox-core-asl 4.0.6
2009-11-21 21:23:26 +00:00
dsyer
c7bb8ae1a8
RESOLVED - issue BATCH-1347: Restartable look-ahead (peekable) ItemReader
2009-11-18 07:45:15 +00:00
dsyer
e32cc6a189
RESOLVED - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted
...
Moved line mapper to mapping package
2009-11-16 16:05:49 +00:00
dsyer
d8d75448c0
IN PROGRESS - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted
...
Added line mapper and record separator using Jackson to parse the line up to a map.
2009-11-11 18:16:14 +00:00
dsyer
225547d8ae
RESOLVED - issue BATCH-1433: IteratorItemReader
2009-11-10 13:04:46 +00:00
dsyer
05b5ac14cb
RESOLVED - issue BATCH-1426: RetryTemplate calls BackOffPolicy even when retry will not occur.
2009-11-06 08:45:02 +00:00
dsyer
6fb571abe0
RESOLVED - issue BATCH-1265: Add FIeldSetUtils to help with common use cases with the FieldSet interface.
2009-11-04 12:42:24 +00:00
dsyer
15fbb6f9ac
RESOLVED - issue BATCH-1429: Allow DelimitedLineTokenizer to handle malformed file/lines gracefully.
2009-11-04 09:36:17 +00:00
dsyer
b55a39010e
RESOLVED - issue BATCH-1417: Error in FlatFileItemReader when RecordSeparatorPolicy.preProcess or readLine returns null
...
http://jira.springframework.org/browse/BATCH-1417
2009-10-02 01:32:13 +00:00
dsyer
281178fdf8
tidy up loop sample
2009-09-28 14:12:17 +00:00
dsyer
244e18a019
RESOLVED - issue BATCH-1417: Error in FlatFileItemReader when RecordSeparatorPolicy.preProcess or readLine returns null
...
Throw FlatFileParseException if file ends in the middle of a record.
2009-09-28 08:45:21 +00:00
dsyer
6ef8865ce2
RESOLVED - issue BATCH-973: Switch RetryPolicy back to Throwable instead of Exception as in 1.x
...
http://jira.springframework.org/browse/BATCH-973
2009-09-24 08:24:47 +00:00
dsyer
ab5ece862a
BATCH-1409: By using a special queue we can force the repeat template to block only on calling thread, not on workers.
2009-09-24 06:14:06 +00:00
dsyer
6f8f9d58be
RESOLVED - issue BATCH-742: Inclusion of a ResourceItemReader that will return resources (such as files in a directory) instead of records from a single resource.
...
http://jira.springframework.org/browse/BATCH-742
2009-09-21 07:09:52 +00:00
dsyer
d38ecfd955
OPEN - issue BATCH-1409: More efficient use of pool threads in repeat template (hence multi-threaded steps)
...
http://jira.springframework.org/browse/BATCH-1409
2009-09-18 16:30:45 +00:00
lucasward
2a39ca7a25
BATCH-915:MultiResourceItemReader no longer throws ItemStreamExceptions in open except in a restart scenario, the inner class has also been removed.
2009-09-17 23:50:07 +00:00
dsyer
0940d1b9e3
RESOLVED - issue BATCH-1405: Starvation of threads - TaskExecutorRepeatTemplate
...
Added test case looking for potential issue.
2009-09-16 08:27:25 +00:00
lucasward
e191ac7dd4
BATCH-1403:Cleaned up warnings
2009-09-12 23:23:44 +00:00
dsyer
831b1c2534
RESOLVED - issue BATCH-1356: Line reader for binary files
...
http://jira.springframework.org/browse/BATCH-1356
2009-09-08 09:53:40 +00:00
dsyer
a4881dfe66
RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
...
Actually you do need to synchronize the whole read.
2009-09-04 14:38:48 +00:00
dsyer
29fb16b522
RESOLVED - issue BATCH-1389: Thread safety in JdbcPagingReader
...
http://jira.springframework.org/browse/BATCH-1389
2009-09-04 13:19:10 +00:00
dsyer
4178eb32fd
Add default constructor back to SimpleRetryPolicy
2009-09-02 07:56:22 +00:00
dhgarrette
3710f3ab47
BATCH-1375: fixed generic types
2009-08-23 15:29:48 +00:00
dhgarrette
1771f683d4
BATCH-1375: fixed variable name
2009-08-23 15:26:23 +00:00
dhgarrette
8146e55503
Merging changes from branch...
...
BATCH-1323: Modify skip/retry/no-rollback exception class configurations to allow for include/exclude
BATCH-1339: Move task-executor attribute up from <chunk/> to <tasklet/>
BATCH-1348: Allow inlining of reader/writer/processor into <chunk/>
BATCH-1357: Allow empty <listeners/>, <retry-listeners/>, and <streams/> lists
BATCH-1358: Move InfiniteLoopIncrementer into core, and rename it to RunIdIncrementer
BATCH-1367: Syntactic sugar for Item*Adapter in namespace
BATCH-1375: Give CompositeItemProcessor's and CompositeItemWriter's property the same name (delegates)
2009-08-23 15:17:20 +00:00
dsyer
7d4e7c0c2a
RESOLVED - issue BATCH-1361: PassThroughFieldExtractor does not handle Maps
2009-08-10 14:34:13 +00:00
dsyer
0fb758ee8d
RESOLVED - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
...
http://jira.springframework.org/browse/BATCH-1362
2009-08-10 10:46:42 +00:00
dsyer
410029ebbe
OPEN - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
...
Fixed, but can be tidied up.
2009-08-08 12:10:36 +00:00
dsyer
3c12692ba4
Make a clearer assertion about throttling
2009-08-06 13:17:31 +00:00
dhgarrette
9d694b7d6c
BATCH-1359: Throw helpful error from JdbcCursorItemReader if read() called before open()
2009-08-06 04:22:16 +00:00
dsyer
3429e41faf
BATCH-1346: added test and extra Javadocs to clarify
2009-07-28 17:21:03 +00:00
dsyer
758082e28f
RESOLVED - issue BATCH-1317: Add flag to FlatFileItemWriter to delete empty files
2009-07-16 07:15:38 +00:00
dsyer
e516cbd4a0
RESOLVED - issue BATCH-1253: Ability to throttle the number of rows returned by a HibernateCursorItemReader
2009-07-07 08:45:10 +00:00
dsyer
456c16962b
RESOLVED - issue BATCH-1320: New line special character in Header
...
http://jira.springframework.org/browse/BATCH-1320
2009-07-07 07:06:17 +00:00
dhgarrette
c18c341e7f
BATCH-1306:
...
*FieldExtractorLineAggregator now replaces nulls with empty strings before calling doAggregate().
*PassthroughFieldExtractor no longer replaces nulls.
2009-06-27 10:02:10 +00:00
dsyer
2ce3c65c91
Add tests for exhausted read in database readers
2009-06-23 15:28:22 +00:00
dsyer
0d7c59a4ee
RESOLVED - issue BATCH-1297: Add null check for FlatFileItemReader in case resource exists on close, but not on open(!)
...
http://jira.springframework.org/browse/BATCH-1297
Check in MultResource reader as well
2009-06-18 12:04:35 +00:00
dsyer
015b7e59eb
RESOLVED - issue BATCH-1297: Add null check for FlatFileItemReader in case resource exists on close, but not on open(!)
...
http://jira.springframework.org/browse/BATCH-1297
2009-06-18 07:16:35 +00:00
dsyer
54a974f707
Add test case for field specific property editors in BeanWrapperFieldSetMapper
2009-06-16 10:23:52 +00:00
dsyer
e706715679
Update log4j config
2009-06-04 16:13:16 +00:00