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
nebhale
f02f6aa842
Adding SerialVersionUID warning ignore to the default Eclipse behavior for each project
2008-03-07 10:11:41 +00:00
nebhale
fff1f0fb9e
[BATCH-432] Moved the domain objects up to the root core directory
2008-03-07 09:55:04 +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
c6126c063c
Add missing files to config sets
2008-03-06 16:45:34 +00:00
robokaso
7a57b634c1
RESOLVED - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
...
http://jira.springframework.org/browse/BATCH-419
added the StepExecution argument to StepListener#onErrorInStep method
OPEN - issue BATCH-329: Make "VERSION" meaningful?
http://jira.springframework.org/browse/BATCH-329
MapStepExecutionDao now handles version similarly to JdbcStepExecutionDao
2008-03-06 16:02:22 +00:00
robokaso
e20a250e14
IN PROGRESS - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
...
http://jira.springframework.org/browse/BATCH-419
added StepExecution argument to StepListener#afterStep
2008-03-06 14:25:09 +00:00
robokaso
97de346c69
added batchUpdateJob to .springBeans
2008-03-06 14:17:16 +00:00
robokaso
244c5d592f
RESOLVED- issue BATCH-395: Rename simple-container-definition.xml
...
http://jira.springframework.org/browse/BATCH-395
fixed SpringIDE config sets
2008-03-06 13:50:37 +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