added changelog from 1.1.x branch
This commit is contained in:
27
src/site/apt/migration/1.1-1.1.1.apt
Normal file
27
src/site/apt/migration/1.1-1.1.1.apt
Normal 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
|
||||
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user