diff --git a/src/site/apt/migration/1.1-1.1.1.apt b/src/site/apt/migration/1.1-1.1.1.apt new file mode 100644 index 000000000..13ded3977 --- /dev/null +++ b/src/site/apt/migration/1.1-1.1.1.apt @@ -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 \ No newline at end of file diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index b06e26c08..483585a73 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -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}}