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 b0973b479..9d7e2ef82 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 @@ -1,16 +1,16 @@ -Spring Batch 1.1.1 Release Notes - -* Bugfixes: - - * STEP_EXECUTION table is now updated after every chunk - - * 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 +Spring Batch 1.1.2 Release Notes + +* Bugfixes: + + * STEP_EXECUTION table is now updated after every chunk + + * 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 diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index 246b5170c..737ed2fe5 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -17,8 +17,6 @@ * {{{1.1-1.1.1.html}1.1 to 1.1.1}} - * {{{1.1.1-1.1.2.html}1.1.1 to 1.1.2}} - * {{{1.0.1-1.1.html}1.0.1 to 1.1}} * {{{1.0.0-1.0.1.html}1.0.0 to 1.0.1}}