From 34fe334cbd5cd6e99880df4b79c67127e3398894 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 14 Aug 2008 15:49:46 +0000 Subject: [PATCH] Add synchro fix comment --- src/site/apt/migration/1.1.1-1.1.2.apt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/site/apt/migration/1.1.1-1.1.2.apt b/src/site/apt/migration/1.1.1-1.1.2.apt index 1ff24aebf..b0973b479 100644 --- a/src/site/apt/migration/1.1.1-1.1.2.apt +++ b/src/site/apt/migration/1.1.1-1.1.2.apt @@ -4,11 +4,13 @@ Spring Batch 1.1.1 Release Notes * STEP_EXECUTION table is now updated after every chunk - * StaxEventItemWriter throws informative error for non-existing Resource + * StaxEventItemWriter throws informative error for non-existing Resource, and only does it on open (so it will work with MultResourceItemReader) + + * In a multi-threaded step, the lock that is taken while the step executio nis being updated cannot be inadvertently released by another thread if it fails * Improvements * StaxEventItemWriter#endDocument(..) can be overriden (allows users to fix problems with Woodstox end tag auto-insertions) - * Javadoc included in the distribution \ No newline at end of file + * Javadoc included in the distribution