Update doc version for new release

This commit is contained in:
dsyer
2010-11-08 13:49:54 +00:00
parent 1274bea113
commit 269e99caaf
5 changed files with 64 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
Spring Batch Downloads
The current GA release is <<2.1.2.RELEASE>>, the latest snapshots are <<2.1.3.CI-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).
The current GA release is <<2.1.4.RELEASE>>, the latest snapshots are <<2.1.5.CI-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).
* Zip Downloads
@@ -37,7 +37,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.4.RELEASE</version>
</dependency>
+---------------
@@ -70,7 +70,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.4.RELEASE</version>
</dependency>
+---------------
@@ -96,7 +96,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.4.RELEASE</version>
</dependency>
+---------------
@@ -120,7 +120,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.4.RELEASE</version>
</dependency>
+---------------

View File

@@ -0,0 +1,55 @@
Spring Batch 2.1.4 Release Notes
* Bug
* {{{http://jira.springsource.org/browse/BATCH-1572}[BATCH-1572]}} - Step not failing on org.springframework.transaction.UnexpectedRollbackException
* {{{http://jira.springsource.org/browse/BATCH-1632}[BATCH-1632]}} - DefaultFieldSet#readBigDecimal(String, BigDecimal) and NumberFormatException
* {{{http://jira.springsource.org/browse/BATCH-1633}[BATCH-1633]}} - Dependency injection problem with step scoped anonymous inner bean
* {{{http://jira.springsource.org/browse/BATCH-1637}[BATCH-1637]}} - OraclePagingQueryProvider adds an extra column to the jump to page query
* {{{http://jira.springsource.org/browse/BATCH-1638}[BATCH-1638]}} - Possible NullPointerException when using no-rollback
* {{{http://jira.springsource.org/browse/BATCH-1639}[BATCH-1639]}} - Oracle jumpToItemQuery needs a tweak (again)
* {{{http://jira.springsource.org/browse/BATCH-1640}[BATCH-1640]}} - File writers do not behave correctly on rollback
* {{{http://jira.springsource.org/browse/BATCH-1643}[BATCH-1643]}} - Unpredictable binding in BeanWrapperFieldSetMapper because of "fuzzy" property matching
* {{{http://jira.springsource.org/browse/BATCH-1647}[BATCH-1647]}} - Inner bean with a late binding parameter in the constructor does not work
* {{{http://jira.springsource.org/browse/BATCH-1648}[BATCH-1648]}} - Paging query for IbatisPagingItemReader in reference documentation is incorrect
* Defect
* {{{http://jira.springsource.org/browse/BATCH-1629}[BATCH-1629]}} - FaultTolerantChunkProcessor contains dangerous log statements
* {{{http://jira.springsource.org/browse/BATCH-1631}[BATCH-1631]}} - Typos on Spring Batch home page
* Improvement
* {{{http://jira.springsource.org/browse/BATCH-1627}[BATCH-1627]}} - SpringValidator - include Binding Results with the thrown ValidationException
* {{{http://jira.springsource.org/browse/BATCH-1630}[BATCH-1630]}} - Add defensive logging conditionals in performance critical areas of the code base.
* {{{http://jira.springsource.org/browse/BATCH-1634}[BATCH-1634]}} - Documentation: custom tableprefix for JobExplorer
* {{{http://jira.springsource.org/browse/BATCH-1636}[BATCH-1636]}} - AutomaticJobRegistar should implement the Ordered interface
* {{{http://jira.springsource.org/browse/BATCH-1650}[BATCH-1650]}} - Override GroupAwareJob#toString method
* New Feature
* {{{http://jira.springsource.org/browse/BATCH-1628}[BATCH-1628]}} - Add job parameters via properties file in CommandLineJobRunner

View File

@@ -13,6 +13,8 @@
Links:
* {{{2.1.3-2.1.4.html}2.1.3 to 2.1.4}}
* {{{2.1.2-2.1.3.html}2.1.2 to 2.1.3}}
* {{{2.1.1-2.1.2.html}2.1.1 to 2.1.2}}

View File

@@ -27,7 +27,7 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.2.CI-SNAPSHOT</version>
<version>2.1.5.CI-SNAPSHOT</version>
</dependency>
+---------------

View File

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