OPEN - issue BATCH-474: Create migration guide for m5-rc1

http://jira.springframework.org/browse/BATCH-474

draft added
This commit is contained in:
robokaso
2008-03-17 13:58:13 +00:00
parent e3afee34a6
commit c87528818f

View File

@@ -0,0 +1,31 @@
------
Spring Batch Upgrade
------
Robert Kasanicky
------
March 2008
Updating Spring Batch jobs from 1.0.0.m5 to 1.0.0.rc1 framework
The following is a description of what is needed to migrate the samples from m5 to the rc1 release.
* CONTAINER CONFIGURATION
* DefaultStepFactoryBean has been removed, SimpleStepFactoryBean offers basic configuration options, SkipLimitStepFactoryBean adds skip configuration
* VARIOUS
* Core and Execution modules merged to Core
* Heavy package renaming and moving (resolved cyclic dependencies)
* all StepListener methods pass the StepExecution as argument
* all JobListener methods pass the JobExecution as argument
* JobListener was enhanced with onError(..) and onInterrupt(..) methods
* InfrastructureException replaced with UnexpectedJobExecutionException