From 2728098b6fccef7b478a9079d3308c231bc027f2 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 18 Oct 2009 12:32:21 +0000 Subject: [PATCH] update release notes fixing apt syntax --- src/site/apt/migration/2.0.3-2.0.4.apt | 2 +- src/site/apt/migration/2.0.x-2.1.0.M1.apt | 12 ++++++------ src/site/apt/migration/index.apt | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/site/apt/migration/2.0.3-2.0.4.apt b/src/site/apt/migration/2.0.3-2.0.4.apt index ae2872fb0..e9072b604 100755 --- a/src/site/apt/migration/2.0.3-2.0.4.apt +++ b/src/site/apt/migration/2.0.3-2.0.4.apt @@ -1,6 +1,6 @@ Spring Batch 2.1.0.M1 Release Notes -** Bug +* Bug * {{{http://jira.springframework.org/browse/BATCH-1392}[BATCH-1392]}} - Throttle limit is not parsed in ChunkElementParser diff --git a/src/site/apt/migration/2.0.x-2.1.0.M1.apt b/src/site/apt/migration/2.0.x-2.1.0.M1.apt index da237c30c..c2358e6ec 100644 --- a/src/site/apt/migration/2.0.x-2.1.0.M1.apt +++ b/src/site/apt/migration/2.0.x-2.1.0.M1.apt @@ -1,6 +1,6 @@ Spring Batch 2.1.0.M1 Release Notes -** Sub-task +* Sub-task * {{{http://jira.springsource.org/browse/BATCH-1298}[BATCH-1298]}} - no-rollback-exception-classes ignored by non-chunk-oriented TaskletStep @@ -12,7 +12,7 @@ Spring Batch 2.1.0.M1 Release Notes * {{{http://jira.springsource.org/browse/BATCH-1381}[BATCH-1381]}} - Update docs for and in exception lists -** Bug +* Bug * {{{http://jira.springsource.org/browse/BATCH-1390}[BATCH-1390]}} - ExecutionContextPromotionListener erases previous step @@ -26,7 +26,7 @@ Spring Batch 2.1.0.M1 Release Notes * {{{http://jira.springsource.org/browse/BATCH-1413}[BATCH-1413]}} - A typo in the 11.8 of reference documentation -** Improvement +* Improvement * {{{http://jira.springsource.org/browse/BATCH-630}[BATCH-630]}} - Possibility to trim input line and fields in Fieldset in LineTokenizer @@ -46,7 +46,7 @@ Spring Batch 2.1.0.M1 Release Notes * {{{http://jira.springsource.org/browse/BATCH-1409}[BATCH-1409]}} - More efficient use of pool threads in repeat template (hence multi-threaded steps) -** New Feature +* New Feature * {{{http://jira.springsource.org/browse/BATCH-1277}[BATCH-1277]}} - Add JobParametersBuilder.addJobParameter(String key, JobParameter parameter) @@ -66,13 +66,13 @@ Spring Batch 2.1.0.M1 Release Notes * {{{http://jira.springsource.org/browse/BATCH-1415}[BATCH-1415]}} - Execution context cannot be saved on Oracle (UTF8) when context length is between 2000 and 2500 characters -** Refactoring +* Refactoring * {{{http://jira.springsource.org/browse/BATCH-973}[BATCH-973]}} - Switch RetryPolicy back to Throwable instead of Exception as in 1.x * {{{http://jira.springsource.org/browse/BATCH-1414}[BATCH-1414]}} - Move schema scripts to a package -** Task +* Task * {{{http://jira.springsource.org/browse/BATCH-1391}[BATCH-1391]}} - Tidy up skip sample. diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index 54f663a3a..855b5ba5c 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -17,6 +17,8 @@ * {{{2.0-highlights.html}Highlights of changes between 1.x and 2.0}} + * {{{2.0.3-2.0.4.html}2.0.3.RELEASE to 2.0.4.RELEASE}} + * {{{2.0.2-2.0.3.html}2.0.2.RELEASE to 2.0.3.RELEASE}} * {{{2.0.1-2.0.2.html}2.0.1.RELEASE to 2.0.2.RELEASE}}