Updated release documentation

This commit is contained in:
Michael Minella
2013-09-08 13:13:01 -05:00
parent bfd6d8d355
commit 6377ff66a5
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Spring Batch 2.2.2 Release Notes
* Bug
* {{{http://jira.springsource.org/browse/BATCH-2040}[BATCH-2040]}} - Db2PagingQueryProvider creates erroneous Statement in generateJumpToItemQuery
* {{{http://jira.springsource.org/browse/BATCH-2076}[BATCH-2076]}} - FileUtils throws an exception when append is true
* {{{http://jira.springsource.org/browse/BATCH-2086}[BATCH-2086]}} - default writer implementations need public setter for name
* {{{http://jira.springsource.org/browse/BATCH-2096}[BATCH-2096]}} - 'chunk-completion-policy' or 'commit-interval' with '#{jobParameters[...]}' is ignored when 'retry-limit' exists.

View File

@@ -17,6 +17,8 @@
* {{{./2.2.1-3.0.0.M1.html}2.2.1-3.0.0.M1}}
* {{{./2.2.1-2.2.2.html}2.2.1-2.2.2}}
* {{{./2.2.0-2.2.1.html}2.2.0-2.2.1}}
* {{{./2.2.0.RC2-2.2.0.html}2.2.0.RC2-2.2.0}}