added changelog from 1.1.x branch

This commit is contained in:
robokaso
2008-07-31 13:56:52 +00:00
parent ecb4bcfbba
commit c5de58c898
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
Spring Batch 1.1.1 Release Notes
* Bugfixes:
* FlatFileItemReader restart broken for non-default RecordSeparatorPolicy (record > 1 line)
* JdbcCursorItemReader fails to restart after rollback on first chunk
* Throwing an Exception from a SkipListener caused unpredictable behavior
* StepExecution is saved before trying to save ExecutionContext
* DefaultFieldSet should clone the tokens before exposing them in getValues()
* Improvements
* Configurable RetryPolicy in SkipLimitStepFactoryBean
* Documentation updates
* Updated 'Getting Started' page
* Fixed missing images from the html reference documentation
* Added description how to access JobExecution and StepExecution from Tasklets

View File

@@ -26,4 +26,6 @@
* {{{1.0-m3-m4.html}1.0 m3 to m4}}
* {{{1.0-m2-m3.html}1.0 m2 to m3}}
* {{{1.1-1.1.1.html}1.1 to 1.1.1}}