Commit Graph

284 Commits

Author SHA1 Message Date
dsyer
16f0b60532 [BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed. 2008-03-18 21:40:37 +00:00
robokaso
94b5615245 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476

infinite loop replaced with finite but long enough (so that the loop doesn't run forever when test fails)
2008-03-18 14:07:39 +00:00
robokaso
1c6aa3570b IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476

added renamed files to SpringIDE config sets
2008-03-18 13:55:58 +00:00
robokaso
10163ccac5 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:49:20 +00:00
robokaso
aa20f82387 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:43:36 +00:00
robokaso
49c3a744e0 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:26:11 +00:00
robokaso
4a217a0611 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:05:09 +00:00
robokaso
331724bf39 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 12:58:22 +00:00
robokaso
3c285c76e7 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 12:47:11 +00:00
robokaso
9d51fffcb0 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476

removed interrupt advice (to sandbox)
2008-03-18 10:30:15 +00:00
dsyer
e3afee34a6 Updates for 1.0.0.-SNAPSHOT site. 2008-03-17 13:31:50 +00:00
nebhale
634119cc8e [maven-release-plugin] prepare for next development iteration 2008-03-17 10:47:46 +00:00
nebhale
4d5bce367e [maven-release-plugin] prepare release spring-batch-1.0.0.rc1 2008-03-17 10:47:25 +00:00
dsyer
271d6815c7 RESOLVED - issue BATCH-465: The term "exit code" is overloaded
RESOLVED - issue BATCH-468: ExitStatusExceptionClassifier, ExitCodeMapper and simple versions thereof (and others?) incorrectly moved into step.item package
2008-03-15 08:56:50 +00:00
dsyer
f3faf8f795 RESOLVED - issue BATCH-460: beanRefContext still exists in samples src/main/resources 2008-03-14 17:24:34 +00:00
dsyer
ec2c66885d RESOLVED - issue BATCH-464: Throw exception if restart is attempted on job instance that was already completed successfully 2008-03-14 17:09:26 +00:00
robokaso
4e9ca5baeb RESOLVED - issue BATCH-458: Skip sample fails in Eclipse (but not Maven)
http://jira.springframework.org/browse/BATCH-458

skipSample and tradeJob were using the same job name
2008-03-14 12:31:16 +00:00
nebhale
5c25e6dcdc A couple of missing files 2008-03-14 11:54:19 +00:00
dsyer
c645eef79d Review process: Move tasklet step package to subpackage and resolve cycle. 2008-03-14 11:46:57 +00:00
dsyer
07877a9538 Review process: Merge synch packages into support in retry / repeat. 2008-03-14 11:06:32 +00:00
dsyer
de2715614b Review process. Split step package into item and tasklet. 2008-03-14 10:50:53 +00:00
dsyer
044bc4e192 Review process. Consolidated some related support packages in infrastructure. 2008-03-14 10:30:18 +00:00
robokaso
d7e08ae574 RESOLVED - issue BATCH-451: rename DefaultStepFactoryBean to SimpleStepFactoryBean
http://jira.springframework.org/browse/BATCH-451
2008-03-13 12:31:07 +00:00
dsyer
a4b8ab3afd Fix warning in skipSample 2008-03-13 09:43:18 +00:00
robokaso
64a4e53a99 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

rollbackJob renamed to skipSample
2008-03-12 12:49:57 +00:00
robokaso
637f2a61f6 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

ItemSkipPolicyItemHandler now always rethrows exception - fixed rollbackJob that wasn't really skipping the error item although it was configured to do so.
2008-03-12 12:36:39 +00:00
robokaso
12b238d350 missed files from previous commit (subversive?!) 2008-03-12 10:37:26 +00:00
nebhale
38ba3c5d83 [BATCH-271] More POM thining 2008-03-11 15:05:30 +00:00
nebhale
636e8c1954 [BATCH-271] More updates to thin out the dependency list 2008-03-11 14:49:24 +00:00
nebhale
9f7cc87c0d [BATCH-383] Fixes to make Spring Batch 1.4 runtime compliant. 2008-03-11 13:49:17 +00:00
lucasward
f032e68efb BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section. 2008-03-10 21:30:35 +00:00
lucasward
5f5843c469 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:34 +00:00
lucasward
0bcd53f28c Renamed FlatFileItemWriter.setFieldSetUnMapper to FlatFileItemWriter.setFieldSetCreator 2008-03-10 16:02:05 +00:00
dsyer
383a9587be Fix up XML that was not re-factored with Spring IDE 2008-03-09 18:28:12 +00:00
dsyer
6d4dad0788 OPEN - issue BATCH-429: Combine the core and execution modules
Consolidate some random packages and classes with odd names.
2008-03-09 12:52:54 +00:00
dsyer
94b067be39 OPEN - issue BATCH-429: Combine the core and execution modules
http://jira.springframework.org/browse/BATCH-429

Collapse step/support packages to remove cycle.
2008-03-09 09:43:45 +00:00
dsyer
fd4e2ed57b OPEN - issue BATCH-429: Combine the core and execution modules
http://jira.springframework.org/browse/BATCH-429

Remove duplicate step factory beans (where did they come from?)
2008-03-09 09:29:40 +00:00
dsyer
6096052ca7 [BATCH-429] remove empty execution sub-package 2008-03-09 09:05:20 +00:00
dsyer
bc94866754 [BATCH-429] Move sub-packages over to core 2008-03-09 08:51:55 +00:00
dsyer
3aa0656783 Complete - task 89: Resurrect Quartz sample
Used the wrong JobSupport
2008-03-07 19:11:23 +00:00
dsyer
b44da1c996 Complete - task 89: Resurrect Quartz sample
Add unit test for JobLauncherDetails
2008-03-07 18:58:20 +00:00
nebhale
607d2bfd93 [BATCH-429] Fixed spring-batch-samples dependency issue 2008-03-07 16:34:43 +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
cce1b29f6d [BATCH-430] Renamed InfrastructureException to UnexpectedJobExecutionException 2008-03-07 14:29:51 +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
dsyer
125fcd8e9c Incomplete - task 89: Resurrect Quartz sample
Add some logging and attempt to create job parameters from the quartz job detail map
2008-03-07 13:12:07 +00:00
dsyer
32e1b4b924 Incomplete - task 89: Resurrect Quartz sample 2008-03-07 13:08:38 +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