diff --git a/docs/src/docbkx/resources/xsl/fopdf.xsl b/docs/src/docbkx/resources/xsl/fopdf.xsl index b51a94032..e3cbc18d0 100644 --- a/docs/src/docbkx/resources/xsl/fopdf.xsl +++ b/docs/src/docbkx/resources/xsl/fopdf.xsl @@ -49,7 +49,7 @@ - Copyright © 2005-2007 + Copyright © 2005-2009 , diff --git a/docs/src/site/docbook/reference/index.xml b/docs/src/site/docbook/reference/index.xml index 857751288..c8292eeb9 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.3 + Spring Batch 1.1.4 diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 3fd246012..bad62111f 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.3.RELEASE>>, the latest snapshots are <<2.0.0.CI-SNAPSHOT>>. + The current GA release is <<1.1.4.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.3 + 1.1.4 +--------------- diff --git a/src/site/apt/migration/1.1.3-1.1.4.apt b/src/site/apt/migration/1.1.3-1.1.4.apt new file mode 100644 index 000000000..42ec4d8ee --- /dev/null +++ b/src/site/apt/migration/1.1.3-1.1.4.apt @@ -0,0 +1,28 @@ +Release Notes - Spring Batch - Version 1.1.4 + + +* Bug Fixes + + * {{{http://jira.springframework.org/browse/BATCH-901}BATCH-901}} - Uncreachable code in SkipLimitFactoryBean (setting BackOffPolicy) + + * {{{http://jira.springframework.org/browse/BATCH-925}BATCH-925}} - StaxEventItemWriter doesn't reset restart flag on close + + * {{{http://jira.springframework.org/browse/BATCH-926}BATCH-926}} - vague skip limit for concurrent chunks + + * {{{http://jira.springframework.org/browse/BATCH-934}BATCH-934}} - FlatFileItemWriter.clear does not reset OutputState + + * {{{http://jira.springframework.org/browse/BATCH-943}BATCH-943}} - Remove or change reference to ItemProcessor in 1.x docos + + * {{{http://jira.springframework.org/browse/BATCH-950}BATCH-950}} - Exception during rollback hides root cause + + * {{{http://jira.springframework.org/browse/BATCH-972}BATCH-972}} - Job has the same ExitStatus as the last StepExecution + + * {{{http://jira.springframework.org/browse/BATCH-996}BATCH-996}} - use default retryLimit == 1 (not 0) in *StepFactoryBean + + +* Improvement + + * {{{http://jira.springframework.org/browse/BATCH-909}BATCH-909}} - Turn off getWarnings() call in JdbcCursorItemReader when ignoreWarnings is true + + * {{{http://jira.springframework.org/browse/BATCH-993}BATCH-993}} - Slightly confusing use of *Dao in sample configuration in documentation, where *ItemWriter would be clearer + diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index a5efedfeb..0c27dcdb5 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -13,6 +13,8 @@ Links: + * {{{1.1.3-1.1.4.html}1.1.3 to 1.1.4}} + * {{{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}}