Commit Graph

1041 Commits

Author SHA1 Message Date
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
dsyer
9667cad2bf OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404
2008-03-02 15:04:20 +00:00
dsyer
bbeeee32d3 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Let the factory bean take care of chunk and item listener callbacks.  ItemOrientedStep is much simpler as a result.
2008-03-02 15:03:12 +00:00
dsyer
81b9b5ebc8 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Switch back to strongly typed listeners and streams in ItemOrientedStep
2008-03-02 13:55:54 +00:00
dsyer
e5cccef3d1 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Remove references to KitchenSinkStepFactoryBean - use StatefulRetryStepFactoryBean for remaining sample.
2008-03-02 13:07:04 +00:00
dsyer
108c21b187 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

New flag on DefaultStepFactoryBean for item skip policy (alwaysSkip=false is the default).
2008-03-02 12:04:12 +00:00
dsyer
df0c615ff8 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Introduce DefaultStepFactory and reduce reliance on KitchenSink.
2008-03-02 11:42:10 +00:00
dsyer
f879ca375e 2008-03-02 09:39:49 +00:00
dsyer
40f5349c0e OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Introduce (as temporary measure) KitchenSinkStepFactoryBean.
2008-03-02 09:38:01 +00:00
dsyer
743d1c52b5 Incomplete - task 88: FactoryBeans for steps
SimpleStepFactoryBean is not yet "simple", but it passes all the tests.  TODO: break it down into more manageable pieces.
2008-03-01 17:27:29 +00:00
dsyer
f17c8c71f1 Make AbstractStep base class for TaskletStep and ItemOrientedStep 2008-03-01 15:38:58 +00:00
dsyer
b89a68dfeb Incomplete - task 87: Refactor KeyedItemReader
Split off from ItemReader interface.
2008-03-01 15:24:06 +00:00
dsyer
886e8b4f75 Move bootstrap to launch/support 2008-03-01 14:40:46 +00:00
dsyer
b47a6e6405 Tidy up some exception class names 2008-03-01 11:59:33 +00:00
dsyer
90cb1e8ea3 Rename some packages with more logical names 2008-03-01 10:24:28 +00:00
dsyer
0eb239c9cb RESOLVED - issue BATCH-398: That old stateful / stateless thing again....
http://jira.springframework.org/browse/BATCH-398

Fix JMX demo using an application context per job execution.
2008-03-01 09:59:01 +00:00
dsyer
f2129d4ea7 OPEN - issue BATCH-398: That old stateful / stateless thing again....
http://jira.springframework.org/browse/BATCH-398

Fix delegate job (duplicate job regsitry).
2008-03-01 08:35:12 +00:00
dsyer
6f6ea2d70e OPEN - issue BATCH-398: That old stateful / stateless thing again....
http://jira.springframework.org/browse/BATCH-398

Fix Eclipse launcher for command line jobs
2008-03-01 08:07:13 +00:00
dsyer
840ea77b7f OPEN - issue BATCH-398: That old stateful / stateless thing again....
http://jira.springframework.org/browse/BATCH-398

New XML configuration convention for samples tests (similar to JUnit 4 support in Spring 2.5).  This enables us to keep the job configurations separate.
2008-02-29 18:35:37 +00:00