Commit Graph

645 Commits

Author SHA1 Message Date
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
dsyer
08acf3bfa6 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Add extra synchronized for safety in case people use this in other ways than Batch typically does.
2009-09-04 14:44:12 +00:00
dsyer
de7df3ef21 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
No need for AtomicInteger now that we are all synchronized.
2009-09-04 14:42:20 +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
0d94f6f336 RESOLVED - issue BATCH-1389: Thread safety in *PagingReader
Forgot to restart from middle of chunk
2009-09-04 14:16:14 +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
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
679a3dbcac Spelling error in javadocs 2009-08-22 11:20:05 +00:00
dsyer
f0a958e0be RESOLVED - issue BATCH-1362: Threads spinning doing nothing at end of multi-threaded Step
Extra check for deadlock hopefully will fix build issues.
2009-08-15 09:19:16 +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
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
621327ea6c RESOLVED - issue BATCH-1322: Provide prototype lookup support in DefaultPropertyEditorRegistrar 2009-07-16 07:08:56 +00:00
dsyer
d9791d60c5 RESOLVED: BATCH-1298 2009-07-09 12:38:10 +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
dsyer
3fa5a937d6 BATCH-1307: added documentation to clarify limitations of MapJobRepositoryFactoryBean. 2009-06-28 07:26:01 +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
dhgarrette
026bb0665e BATCH-1295:
*Provide ability to pass job's ExecutionContext into AbstractJobTests.launchStep() and StepRunner.launchStep()
 *Modified SimpleMethodInvoker.hashCode() so that it is not dependent on commons-lang
2009-06-21 15:55:22 +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
dhgarrette
7ef1e58867 BATCH-1279: Add default constructor to ValidatingItemProcessor for those preferring setter injection 2009-06-05 04:06:16 +00:00
dsyer
a4645563ca RESOLVED - issue BATCH-1278: RepeatTemplate aborts early if multiple threads throw ignorable exceptions
Tweak solution to handle repeat context properly in nested threads
2009-06-04 11:07:06 +00:00
dsyer
58819c9d7e OPEN - issue BATCH-1272: Write skips do not work in a multi-threaded step
RESOLVED - BATCH-1278: RepeatTemplate aborts early
2009-06-04 10:43:57 +00:00
dsyer
7b054c0360 OPEN - issue BATCH-1272: Write skips do not work in a multi-threaded step
Added some logging and a test case
2009-06-04 09:37:12 +00:00
dsyer
88dfdba97e RESOLVED - issue BATCH-1269: Add FieldSet support to PassThroughFieldExtractor
http://jira.springframework.org/browse/BATCH-1269
2009-06-03 14:52:20 +00:00
dhgarrette
9acb94ff59 BATCH-1267: Make sure jmsTemplate is not null in JmsItemReader 2009-06-03 02:33:25 +00:00
dsyer
dee9a7e8c5 BATCH-1262: number format for BigDecimal 2009-06-02 11:00:42 +00:00
dsyer
db1f7fc35b RESOLVED - issue BATCH-1255: Proxy with no target cannot be analysed for listener interfaces
http://jira.springframework.org/browse/BATCH-1255
2009-05-30 09:34:18 +00:00
robokaso
a5aa621250 RESOLVED - BATCH-1245: StaxEventItemWriter writes extra end document tag with Woodstox 3.2.9 plus
applied patch
2009-05-25 15:10:35 +00:00
dsyer
1980412e85 RESOLVED - issue BATCH-1225: FlatFileItemWriter does not restart in the right place
Also fixed StaxEventItemWriter
2009-05-22 07:36:27 +00:00
dhgarrette
fd8ee7c985 RESOLVED - BATCH-1243: Expose the current resource of MultiResourceItemReader 2009-05-15 17:27:40 +00:00
dsyer
5682027e48 Clarify Javadocs 2009-05-13 11:11:24 +00:00
dsyer
6c55a09554 RESOLVED - issue BATCH-1238: Add ItemProcessorAdapter similar to Item*Adapter 2009-05-12 10:42:23 +00:00
dsyer
0bd6a8fc17 Add cause exception when database type cannot be determined 2009-05-11 00:07:59 +00:00
dsyer
19dee310c6 RESOLVED - issue BATCH-1230: scope "step" does not work together with Annotation "@BeforeStep" 2009-05-04 11:21:34 +00:00
dsyer
2d8ec2d061 BATCH-1220: added debug logging in writers 2009-05-02 06:40:08 +00:00
dsyer
1de9c71647 RESOLVED - issue BATCH-1219: JmsItemReader and -Writer should check for proper settings on JmsTemplate 2009-04-29 14:49:34 +00:00
dsyer
79fa645aca RESOLVED - issue BATCH-1217: Suggest use .doubleValue() value in DefaultFieldSet.readDouble(..) 2009-04-26 15:40:13 +00:00
dsyer
49255c3631 Javadocs 2009-04-19 17:24:47 +00:00
dsyer
e10eca009b Javadocs + test case name change 2009-04-09 18:57:40 +00:00
lucasward
df2f25b1d0 Javadoc updates 2009-04-08 20:53:20 +00:00
dhgarrette
f306e9e83e RESOLVED - BATCH-1201: Listener Annotations don't allow parameters to be subtypes of expected types 2009-04-08 15:46:40 +00:00
dsyer
c4e02c9a4e RESOLVED - issue BATCH-1185: Job slows when step scope is used
http://jira.springframework.org/browse/BATCH-1185
2009-04-06 14:38:23 +00:00
dhgarrette
d71b260cc6 RESOLVED - BATCH-1177: Allow ValidatingItemProcessor to filter items on ValidationException 2009-04-04 15:01:00 +00:00
dsyer
11b8acc989 RESOLVED: BATCH-1175 Genricise Validator 2009-03-24 17:18:42 +00:00