From 2801a89b0fe217f9f6bfd485f8eba0530f5296b1 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 14 Feb 2008 07:44:51 +0000 Subject: [PATCH] Updates from Joris. --- src/site/apt/migration/1.0-m3-m4.apt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/site/apt/migration/1.0-m3-m4.apt b/src/site/apt/migration/1.0-m3-m4.apt index 0f0f55499..534ed9934 100644 --- a/src/site/apt/migration/1.0-m3-m4.apt +++ b/src/site/apt/migration/1.0-m3-m4.apt @@ -27,6 +27,7 @@ with ItemOrientedTasklet (ItemTransformerItemWriter and CompositeItemTransformer provide support for item transformations before writing to output) + * JobConfiguration and Step Configuration are now called simply Job and Step. There is no JobExecutor or StepExecutor. * CONTAINER CONFIGURATION @@ -53,4 +54,6 @@ methods stop() and isRunnig() (previously part of JobLauncher) * ResourceLifecycle and Restartable interfaces have been removed, ItemStream now covers their responsibilities - * StatisticsProvider interface has been replaced by ExecutionAttributesProvider + * StatisticsProvider interface has been superceded by ExecutionAttributesProvider + + * BatchTransationSynchronizationManager has been removed. Use the regular TransactionSynchronizationManager if you need to register a synchronization.