From c87528818f53d986a80b1df78888d708af3fd9ba Mon Sep 17 00:00:00 2001 From: robokaso Date: Mon, 17 Mar 2008 13:58:13 +0000 Subject: [PATCH] OPEN - issue BATCH-474: Create migration guide for m5-rc1 http://jira.springframework.org/browse/BATCH-474 draft added --- src/site/apt/migration/1.0-m5-rc1.apt | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/site/apt/migration/1.0-m5-rc1.apt diff --git a/src/site/apt/migration/1.0-m5-rc1.apt b/src/site/apt/migration/1.0-m5-rc1.apt new file mode 100644 index 000000000..634b6eada --- /dev/null +++ b/src/site/apt/migration/1.0-m5-rc1.apt @@ -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 +