Commit Graph

214 Commits

Author SHA1 Message Date
dsyer
2424c0ec39 Review process: Break cycle introduced when RetrySynchManager was moved into support package. 2008-03-14 11:33:18 +00:00
dsyer
07877a9538 Review process: Merge synch packages into support in retry / repeat. 2008-03-14 11:06:32 +00:00
dsyer
044bc4e192 Review process. Consolidated some related support packages in infrastructure. 2008-03-14 10:30:18 +00:00
dsyer
9b1bd77e8a RESOLVED - issue BATCH-457: Error handling broken in SimpleJob
Wrong assertions in tests fixed
2008-03-14 09:20:25 +00:00
dsyer
4fd2968e5e RESOLVED - issue BATCH-457: Error handling broken in SimpleJob
Look out for Error types explicitly and re-throw them without wrapping
2008-03-14 08:53:27 +00:00
lucasward
f9ea48472e BATCH-313 & BATCH-314: Add ExecutionContext section to Chapter 2 and added run tier and job tier sections to Chapter 4. 2008-03-14 05:14:03 +00:00
dsyer
570c04e6f3 Reviewed concurrency in TaskExecutorRepeatTemplate. Removed a blocking call from a constructor, and added some docos. 2008-03-13 14:14:43 +00:00
robokaso
cc39916c19 RESOLVED - issue BATCH-448: StaxEventItemWriter creates invalid xml for zero row documents
http://jira.springframework.org/browse/BATCH-448

added empty character event before writing the end tag manually
2008-03-13 13:21:03 +00:00
nebhale
66b61a78d8 [BATCH-447] Extracted out hard dependency on Backport Concurrent 2008-03-13 11:22:44 +00:00
dsyer
8b0b12c70e RESOLVED - issue BATCH-425: Add documentation for RepeatTemplate
OPEN - issue BATCH-424: Reference Documentation for RetryTemplate
2008-03-13 09:38:19 +00:00
robokaso
da639bdb9f IN PROGRESS - issue BATCH-422: Provide ability to specify exception types as well as skip limit in DefaultStepFactoryBean
http://jira.springframework.org/browse/BATCH-422

Added tests for skip and discovered bug in skip logic (see TODO in SkipLimitStepFactoryBeanTests).
Made DelegatingItemWriter skippable.
2008-03-12 16:42:59 +00:00
robokaso
8fff682219 IN PROGRESS - issue BATCH-422: Provide ability to specify exception types as well as skip limit in DefaultStepFactoryBean
http://jira.springframework.org/browse/BATCH-422

The desired functionality should now be there, but needs better tests
2008-03-12 13:43:39 +00:00
robokaso
486cc0f41e RESOLVED - issue BATCH-444: Remove null check from ExecutionContext#putString
http://jira.springframework.org/browse/BATCH-444
2008-03-12 09:37:31 +00:00
nebhale
7cc07ab640 [BATCH-271] Made optional the proper Spring Framework dependencies 2008-03-11 14:06:27 +00:00
nebhale
9f7cc87c0d [BATCH-383] Fixes to make Spring Batch 1.4 runtime compliant. 2008-03-11 13:49:17 +00:00
lucasward
32e25b081c BATCH-316: Finished the 'readers and writers' chapter (chapter 3) 2008-03-11 08:35:30 +00:00
lucasward
96343035ef BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section. 2008-03-10 21:31:16 +00:00
lucasward
7cd8bfdef6 BATCH-335 and BATCH-316: As part of the documentation efforts of RC1, the DrivingQueryItemReader has had javadoc updates. Specifically, the MultipleColumnJdbcKeyGenerator, which has been a source of confusion, has had it's javadocs beefed up.
The KeyGenerator interface was also renamed to KeyCollector.  The issue was raised that it's not actually generating keys, but rather collecting them from the database.
2008-03-10 19:38:56 +00:00
lucasward
fe80f966c7 Renamed FlatFileItemWriter.setFieldSetUnMapper to FlatFileItemWriter.setFieldSetCreator 2008-03-10 16:02:22 +00:00
dsyer
6096052ca7 [BATCH-429] remove empty execution sub-package 2008-03-09 09:05:20 +00:00
robokaso
ed6f991a76 RESOLVED - BATCH-434 and BATCH-438 ExitStatus cleaned up (postponed commit from friday) 2008-03-08 20:40:19 +00:00
dsyer
b44da1c996 Complete - task 89: Resurrect Quartz sample
Add unit test for JobLauncherDetails
2008-03-07 18:58:20 +00:00
nebhale
bfb9447d6b [BATCH-429] Moved all code out of execution 2008-03-07 16:02:22 +00:00
nebhale
c1887cdd9c [BATCH-430] Rearranged package structure to remove technical packages 2008-03-07 14:56:10 +00:00
nebhale
609ce9d347 [BATCH-430] Removed the batch.io.exception package and moved classes to their approved locations 2008-03-07 14:18:49 +00:00
nebhale
b2396b3ef4 [BATCH-430] Created an item.adapter package and moved adapter implementations there. 2008-03-07 13:27:40 +00:00
nebhale
48195945ee [BATCH-430] Incremental commit of io package moving 2008-03-07 12:55:27 +00:00
nebhale
8c2901093e [BATCH-430] Incremental commit of exception moving 2008-03-07 11:54:20 +00:00
nebhale
f02f6aa842 Adding SerialVersionUID warning ignore to the default Eclipse behavior for each project 2008-03-07 10:11:41 +00:00
dsyer
f5e85d5f63 Change svn:eol-style to LF 2008-03-06 21:59:13 +00:00
dsyer
ce33690a89 OPEN - issue BATCH-409: StatefulRetryStepFactoryBean needs to co-ordinate exception handler with retry policy
http://jira.springframework.org/browse/BATCH-409

Use retryLimit and exception types instead of retry policy - in the spirit of a factory bean being easy to configure for typical use cases.
2008-03-06 18:14:20 +00:00
dsyer
1a48321d37 Classpath meta data tidied 2008-03-06 17:37:31 +00:00
dsyer
915997cd28 RESOLVED - issue BATCH-76: ItemWriter for SQL batch updates
http://jira.springframework.org/browse/BATCH-76
2008-03-06 13:19:55 +00:00
robokaso
1184d30d54 IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-382

javadoc fix
2008-03-06 13:09:47 +00:00
robokaso
4df44a88fa IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-382

cleaned up stax writer and tests
2008-03-06 12:22:48 +00:00
robokaso
52046cb0dc IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-382

basic buffering for StaxEventItemWriter
2008-03-06 09:52:45 +00:00
dsyer
f2ae3f05b9 RESOLVED - issue BATCH-427: Another example of dual extends and implements
http://jira.springframework.org/browse/BATCH-427
2008-03-06 08:25:58 +00:00
robokaso
840d30426a IN PROGRESS - issue BATCH-412: consistent ItemStream key prefixes
http://jira.springframework.org/browse/BATCH-412

all keys made private (not referenced outside tests)
2008-03-05 12:22:31 +00:00
robokaso
2aa867c535 IN PROGRESS - issue BATCH-412: consistent ItemStream key prefixes
http://jira.springframework.org/browse/BATCH-412

added ExecutionContextUserSupport class as superclass for those who need to save data into ExecutionContext - removes the tons of copy-pastes used to handle naming and unique key generation
2008-03-05 10:28:48 +00:00
lucasward
a7fe4db96e BATCH-413: Added a more specific exception type for when an item reader doesn't find any work. 2008-03-04 19:32:49 +00:00
dsyer
6e5e60af64 Use threshold = 2 for test (non-trivial limit). 2008-03-04 19:15:43 +00:00
lucasward
77b6a7c34c BATCH-413: DrivingQueryItemReader now throws an exception if no keys are returned from the KeyGenerator. 2008-03-04 19:14:38 +00:00
dsyer
f22e8d04b7 Javadocs for HibernateAwareItemWriter tidied up. 2008-03-04 14:50:15 +00:00
dsyer
f73ce3553c RESOLVED - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Tidied up listener registration and integration a bit
2008-03-04 13:16:18 +00:00
nebhale
2e7c457ef9 [maven-release-plugin] prepare for next development iteration 2008-03-04 10:33:49 +00:00
nebhale
ba18633306 [maven-release-plugin] prepare release spring-batch-1.0.0.m5 2008-03-04 10:33:29 +00:00
robokaso
c42a6ea147 RESOLVED - issue BATCH-393: DefaultFieldSet should not always trim whitespace from the value returned
http://jira.springframework.org/browse/BATCH-393

added readRawString(int) and readRawString(String) methods to FieldSet interface
2008-03-04 10:17:07 +00:00
lucasward
93760bd298 BATCH-407:Added repository factory to samples and created a factory for incrementers for that logic to obtain them could be unit tested. Also renamed SimpelJobRepositoryFactoryBean to just JobRepositoryFactoryBean 2008-03-03 20:23:14 +00:00
dsyer
379f2fe826 RESOLVED - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

ItemProcessor -> ItemHandler.
2008-03-03 18:01:02 +00:00
dsyer
cb3c567966 RESOLVED - issue BATCH-231: Chunk completion policy
http://jira.springframework.org/browse/BATCH-231

Added RepeatOperationsStepFactoryBean.
2008-03-03 09:16:06 +00:00