BATCH-1038: updated to 1.1.4 and created release notes

This commit is contained in:
trisberg
2009-01-28 21:05:32 +00:00
parent 06367751ff
commit efda06ec85
5 changed files with 34 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
<fo:table-row>
<fo:table-cell text-align="center">
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
<xsl:text>Copyright &#xA9; 2005-2007 </xsl:text>
<xsl:text>Copyright &#xA9; 2005-2009 </xsl:text>
<xsl:for-each select="bookinfo/authorgroup/author">
<xsl:if test="position() > 1">
<xsl:text>, </xsl:text>

View File

@@ -5,7 +5,7 @@
<bookinfo>
<title>Spring Batch - Reference Documentation</title>
<releaseinfo>Spring Batch 1.1.3</releaseinfo>
<releaseinfo>Spring Batch 1.1.4</releaseinfo>
<authorgroup>
<author>

View File

@@ -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
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
+---------------

View File

@@ -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

View File

@@ -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}}