From 81fadc38d484e9258430acf417797257d8f67f28 Mon Sep 17 00:00:00 2001 From: trisberg Date: Sat, 1 Nov 2008 00:59:28 +0000 Subject: [PATCH] updated docs/site for 1.1.3 site update --- docs/src/site/docbook/reference/index.xml | 2 +- src/site/apt/downloads.apt | 4 ++-- src/site/apt/migration/1.1.2-1.1.3.apt | 2 ++ src/site/apt/migration/index.apt | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 src/site/apt/migration/1.1.2-1.1.3.apt diff --git a/docs/src/site/docbook/reference/index.xml b/docs/src/site/docbook/reference/index.xml index 1cb5bad7d..857751288 100644 --- a/docs/src/site/docbook/reference/index.xml +++ b/docs/src/site/docbook/reference/index.xml @@ -5,7 +5,7 @@ Spring Batch - Reference Documentation - Spring Batch 1.1.1 + Spring Batch 1.1.3 diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index eee0e2476..3fd246012 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -7,7 +7,7 @@ Spring Batch Downloads - The current GA release is <<1.1.1.RELEASE>>, the latest snapshots are <<2.0.0.CI-SNAPSHOT>>. + The current GA release is <<1.1.3.RELEASE>>, the latest snapshots are <<2.0.0.CI-SNAPSHOT>>. * Zip Downloads @@ -37,7 +37,7 @@ Spring Batch Downloads org.springframework.batch spring-batch-core - 1.1.1 + 1.1.3 +--------------- diff --git a/src/site/apt/migration/1.1.2-1.1.3.apt b/src/site/apt/migration/1.1.2-1.1.3.apt new file mode 100644 index 000000000..2e0af8032 --- /dev/null +++ b/src/site/apt/migration/1.1.2-1.1.3.apt @@ -0,0 +1,2 @@ +Release Notes - Spring Batch - Version 1.1.3 + * Bug Fixes * {{{http://jira.springframework.org/browse/BATCH-725}BATCH-725}} - The description of DelegatingItemReader in Appendix A( List of ItemReaders) * {{{http://jira.springframework.org/browse/BATCH-811}BATCH-811}} - StepExecutionResourceProxy should throw an exception if a job paramter key in the path isn't found * {{{http://jira.springframework.org/browse/BATCH-812}BATCH-812}} - StepExecutionResourceProxy should use a different JobParametersConverter * {{{http://jira.springframework.org/browse/BATCH-820}BATCH-820}} - Storing a Blob with JdbcExecutionContextDao in DB2 * {{{http://jira.springframework.org/browse/BATCH-831}BATCH-831}} - id counter in MapJobInstanceDao should be declared static * {{{http://jira.springframework.org/browse/BATCH-832}BATCH-832}} - DefaultTransactionAttribute is inappropriate for TaskletStep * {{{http://jira.springframework.org/browse/BATCH-833}BATCH-833}} - TransactionAttributes swallows Exceptions * {{{http://jira.springframework.org/browse/BATCH-838}BATCH-838}} - TimeoutTerminationPolicy does not terminate when eof is encountered * {{{http://jira.springframework.org/browse/BATCH-839}BATCH-839}} - Reference doc reference deprecated code: 'StatefulRetryStepFactoryBean' * {{{http://jira.springframework.org/browse/BATCH-847}BATCH-847}} - FaultTolerantChunkOrientedTasklet loses chunks when non-skippable exceptions thrown in read phase * {{{http://jira.springframework.org/browse/BATCH-857}BATCH-857}} - map daos need to be truly transactional for correct restart * {{{http://jira.springframework.org/browse/BATCH-866}BATCH-866}} - Reference manual has invalid references to org.springframework.batch.io.file package * {{{http://jira.springframework.org/browse/BATCH-870}BATCH-870}} - Cannot add description to empty ExitStatus * {{{http://jira.springframework.org/browse/BATCH-884}BATCH-884}} - SkipLimitStep does not fail if exception occurs * {{{http://jira.springframework.org/browse/BATCH-892}BATCH-892}} - Thread visibility issues in repeat template * Improvement * {{{http://jira.springframework.org/browse/BATCH-802}BATCH-802}} - Incorrect metadata in fixed-length file example * {{{http://jira.springframework.org/browse/BATCH-809}BATCH-809}} - fixedLenghtTokenizer problem with 1.1.2 * {{{http://jira.springframework.org/browse/BATCH-828}BATCH-828}} - org.springframework.batch.item.file.MultiResourceItemReader should allow for no resources * {{{http://jira.springframework.org/browse/BATCH-841}BATCH-841}} - insufficient logging in AbstractStep * {{{http://jira.springframework.org/browse/BATCH-844}BATCH-844}} - Lacking of DAO's property setting in JobRepositoryFactoryBean * {{{http://jira.springframework.org/browse/BATCH-881}BATCH-881}} - Update meta data schema to limit primary key values to Java Long sizes * {{{http://jira.springframework.org/browse/BATCH-885}BATCH-885}} - Reference Doc Appendix B. Meta-Data Schema outdated * Refactoring * {{{http://jira.springframework.org/browse/BATCH-810}BATCH-810}} - Need to add DB2MainframeSequenceMaxValueIncrementer to DefaultDataFieldMaxValueIncrementerFactory \ No newline at end of file diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index 737ed2fe5..a5efedfeb 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -13,6 +13,8 @@ Links: + * {{{1.1.2-1.1.3.html}1.1.2 to 1.1.3}} + * {{{1.1.1-1.1.2.html}1.1.1 to 1.1.2}} * {{{1.1-1.1.1.html}1.1 to 1.1.1}}