Commit Graph

1220 Commits

Author SHA1 Message Date
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
f3cb6304a2 Add Jackson depenendency for Ivy 2009-12-04 18:35:25 +00:00
dsyer
5b614f9553 [maven-release-plugin] prepare for next development iteration 2009-11-30 16:30:50 +00:00
dsyer
7c33373a3c [maven-release-plugin] prepare release 2.1.0.M3 2009-11-30 16:26:49 +00:00
dsyer
23c21c23ca Fix expressions for Spring 3 2009-11-30 13:43:56 +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
8212f02c86 BATCH-1451: upgrade Hibernate and fix resulting issues 2009-11-26 13:36:36 +00:00
dsyer
82da47ba02 RESOLVED - issue BATCH-1449: Option to disable transactional behavior of FlatFileItemWriter 2009-11-26 09:06:59 +00:00
lucasward
fc06eb4da2 BATCH-1423: Merged FlatFileItemReader from 2.0.x into trunk 2009-11-26 05:10:44 +00:00
dsyer
f4b0672520 Add URLs to poms for Maven site plugin 2009-11-24 08:27:54 +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
8b512827dc RESOLVED - BATCH-981: Use Woodstox instead of ref impl of StaX
declared woodstox dependency as optional
2009-11-21 21:29:33 +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
1491c13d28 Fix broken build (@Override) 2009-11-18 22:09:00 +00:00
dsyer
c7bb8ae1a8 RESOLVED - issue BATCH-1347: Restartable look-ahead (peekable) ItemReader 2009-11-18 07:45:15 +00:00
lucasward
d67b9d7101 BATCH-1418: Reverted FlatFileItemReader changes due to merge conflicts 2009-11-18 06:04:57 +00:00
lucasward
7de0f773e8 BATCH-1418: Merged 2.0.x changes into trunk 2009-11-18 05:23:40 +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
74a992965b IN PROGRESS - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted
Jackson dependency in manifest
2009-11-11 18:24:34 +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
c1c5901685 [maven-release-plugin] prepare for next development iteration 2009-11-10 18:39:09 +00:00
dsyer
126824d4fe [maven-release-plugin] prepare release 2.1.0.M2 2009-11-10 18:38:04 +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
ed42745b60 Ease semaphore acquire out of synchronized block to prevent possible deadlock. 2009-10-28 11:24:12 +00:00
dsyer
0cd39af81b Javadocs 2009-10-02 01:33:47 +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
81a37d4cc0 [maven-release-plugin] prepare for next development iteration 2009-09-28 15:42:32 +00:00
dsyer
ff34a62685 [maven-release-plugin] prepare release 2.1.0.M1 2009-09-28 15:33:21 +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
685065a476 BATCH-1409: Experiment with special ResultQueue implementation. 2009-09-23 15:54:57 +00:00
dsyer
2f4530547f 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:52:07 +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
f6fc4dc3c5 BATCH-1409: rever previous change (faile dbuild unknown reason) 2009-09-19 14:27:36 +00:00
dsyer
4c81d59205 OPEN - issue BATCH-1409: More efficient use of pool threads in repeat template (hence multi-threaded steps)
Use wait/notify instead of a Semaphore to allow calling thread to be re-scheduled if necessary.  Won't make any difference to repeats executed in the main thread, but if they are in a background thread it should be more fair to other tasks.
2009-09-18 16:39:25 +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
dsyer
9245b5fde3 Remove Maven project builder. 2009-09-18 14:07:15 +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
6d20540c01 OPEN - issue BATCH-1395: Remove or deprecate old application context creation pattern
Revert some recent changes and focus more on factory patterns
2009-09-09 08:12:15 +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
ab88c2dd54 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Javadocs
2009-09-07 07:21:22 +00:00