Add release notes for 1.1.2
This commit is contained in:
@@ -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
|
||||
* Javadoc included in the distribution
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
|
||||
* {{{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}}
|
||||
|
||||
Reference in New Issue
Block a user