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
dsyer
cda3824c3d
Whitespace
2008-03-06 10:25:42 +00:00
dsyer
9eb3dc0b0f
Rename *Writer as *Dao if they don't implement ItemWriter
2008-03-06 10:25:01 +00:00
robokaso
799cce535d
RESOLVED - issue BATCH-395: Rename simple-container-definition.xml
...
http://jira.springframework.org/browse/BATCH-395
renamed to simple-job-launcher-context.xml and removed unused test config files from execution
2008-03-06 09:15:20 +00:00
dsyer
d265ef6b3e
Complete change to setter for job registry
2008-03-05 22:01:51 +00:00
dsyer
91fabf5e1b
Incomplete - task 89: Resurrect Quartz sample
...
Accidentally committed a class in test where it should have been main.
2008-03-05 21:51:50 +00:00
dsyer
b5fe858e64
Incomplete - task 89: Resurrect Quartz sample
2008-03-05 15:02:53 +00:00
robokaso
69e3878501
RESOLVED - issue BATCH-389: Two samples could make use of our ValidatingItemReader instead of DelegatingItemReader.
...
http://jira.springframework.org/browse/BATCH-389
2008-03-05 14:15:13 +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
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
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
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
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
33f216fea9
BATCH-402: Removed startLimit from Job. Also removed executionCount from JobExecution.
2008-03-03 17:16:25 +00:00