Commit Graph

1059 Commits

Author SHA1 Message Date
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
dsyer
fcb5da0831 ItemProcessor->ItemHandler 2008-03-05 07:06:40 +00:00
dsyer
7712242e84 Rename misnamed file 2008-03-05 07:05:39 +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
robokaso
bf607c315e RESOLVED - issue BATCH-411: invalid blob syntax in PostgreSQL schema
http://jira.springframework.org/browse/BATCH-411
2008-03-04 16:31:24 +00:00
wxlund
895df88eeb Cleaned up content around ItemReaders, Mappers and Tokenizers. 2008-03-04 16:27:15 +00:00
dsyer
f22e8d04b7 Javadocs for HibernateAwareItemWriter tidied up. 2008-03-04 14:50:15 +00:00
dsyer
6eb3ce18cb Fix thread interruption synchronization issue in CI build 2008-03-04 14:43:14 +00:00
robokaso
ac27e91948 RESOLVED - issue BATCH-383: Remove Java 5 features from samples
http://jira.springframework.org/browse/BATCH-383
2008-03-04 13:35:30 +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
robokaso
9065b6ba25 RESOLVED - issue BATCH-406: jobInstance properties lastExecution and executionCount are useless
http://jira.springframework.org/browse/BATCH-406

removed lastExecution property and createExecution method
2008-03-04 11:46:38 +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
dsyer
21fb94a079 Oops, removed the incrementer parent by mistake. 2008-03-04 09:53:50 +00:00
dsyer
05609cc2fb RESOLVED - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404
Better name for helper method.
2008-03-04 09:47:22 +00:00
dsyer
cb50d4d18a Need explicit dependency on backport 2008-03-04 08:46:15 +00:00
dsyer
e8da2c76f5 OPEN - issue BATCH-408: Parallel job sample is prone to OptimisticLockingException
http://jira.springframework.org/browse/BATCH-408

Use Semaphore instead of the crude synchronized block.
2008-03-04 08:37:10 +00:00
lucasward
428a60f86f 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:34 +00:00
lucasward
e2094d1b2e 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:26 +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
a4cb024882 Update version numbers 2008-03-03 18:19:12 +00:00
dsyer
d6a5e6bbd7 Migration guide updated 2008-03-03 18:13:23 +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
36801d7d5d OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

SPlit item processor implementations
2008-03-03 17:50:16 +00:00
lucasward
7ccae72cc3 BATCH-405: Reviewed migration guide. Mostly small changes, other than not saying the Database schema was normalized, since it's still not completely due to the job parameters and execution context tables. 2008-03-03 17:38:47 +00:00
nebhale
baa1acdd05 [BATCH-407] Initial (totally untested) cut of the SimpleJobRepositoryFactoryBean 2008-03-03 17:36:46 +00:00
lucasward
33f216fea9 BATCH-402: Removed startLimit from Job. Also removed executionCount from JobExecution. 2008-03-03 17:16:25 +00:00
lucasward
f5a85589c9 BATCH-402: Removed startLimit from Job. Also removed executionCount from JobExecution. 2008-03-03 17:16:05 +00:00
lucasward
43de884f91 BATCH-402: Removed startLimit from Job. Also removed executionCount from JobExecution. 2008-03-03 17:15:56 +00:00
dsyer
72017cf62b OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Replace allwaysSkip=true/false with a skipLimit.
2008-03-03 17:08:32 +00:00
dsyer
32214bf20a OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404
2008-03-03 16:50:55 +00:00
dsyer
196b8547b8 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Remove SimpleStepFactoryBean.
2008-03-03 16:16:59 +00:00
nebhale
760b0405fb [BATCH-63] Move namespace to sandbox 2008-03-03 16:06:54 +00:00
robokaso
2ee372a0b3 JobRepository#saveOrUpdate(StepExecution) now assumes JobExecution is already persisted
(true for real job run, but had to fix few unrealistic tests)
2008-03-03 16:00:10 +00:00
robokaso
c7b141d295 test coverage for repository 2008-03-03 15:19:37 +00:00
dsyer
f34a2c38df Incomplete - task 76: Concurrent modification
Improve error message when optimistic lock fails
2008-03-03 14:55:57 +00:00
nebhale
865af2432c forced the docbook version 2008-03-03 14:25:54 +00:00
robokaso
d89e704931 IN PROGRESS - issue BATCH-405: create M4-to-M5 migration guide
http://jira.springframework.org/browse/BATCH-405

added draft for review - not yet linked from site
2008-03-03 13:53:33 +00:00
dsyer
baa4f444b2 DefaultStepFactoryBean was not setting the step operations correctly 2008-03-03 12:47:09 +00:00
dsyer
212ad705a4 Increase column size for key in job instance 2008-03-03 12:16:04 +00:00
dsyer
912c7d3ab9 unix line endings 2008-03-03 11:12:46 +00:00
dsyer
10a8f17907 CommandLineJobRunner tests were successful for wrong reason! 2008-03-03 10:04:29 +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
nebhale
a31806dedf Execution was missing a closing tag 2008-03-03 08:50:56 +00:00
lucasward
27933b01bc BATCH-378: Added code to ensure that afterStep is called at the correct time.
Also removed ExitStatusExceptionClassifier in favor of using the ExitStatus of the last executed StepExecution within SimpleJob
2008-03-03 05:00:35 +00:00
lucasward
fe9c210fa4 BATCH-378: Added code to ensure that afterStep is called at the correct time.
Also removed ExitStatusExceptionClassifier in favor of using the ExitStatus of the last executed StepExecution within SimpleJob
2008-03-03 05:00:27 +00:00
dsyer
36309de0d4 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Ensure DefaultStepFactoryBean makes wrapped item reader/writer available to subclasses
2008-03-02 15:11:51 +00:00