From c5de58c89837be625966ac70141285fb63293828 Mon Sep 17 00:00:00 2001 From: robokaso Date: Thu, 31 Jul 2008 13:56:52 +0000 Subject: [PATCH] added changelog from 1.1.x branch --- src/site/apt/migration/1.1-1.1.1.apt | 27 +++++++++++++++++++++++++++ src/site/apt/migration/index.apt | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 src/site/apt/migration/1.1-1.1.1.apt 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}}