diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index a4afd2437..d833d3afc 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -15,7 +15,7 @@ 3.2.0.RELEASE - 2.2.4.BUILD-SNAPSHOT + 2.2.4.RELEASE false 4.10 1.6 diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 3632040ec..b87c130bb 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 <<2.2.2.RELEASE>>, the latest snapshots are <<3.0.0.BUILD-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.2.4.RELEASE>>, the latest snapshots are <<3.0.0.BUILD-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>). For runtime concerns and a container for running a Job as a service see the {{{http://static.springframework.org/spring-batch-admin}Spring Batch Admin}} project and the {{{http://static.springframework.org/spring-batch-admin/getting-started.html}getting started}} link there. @@ -41,7 +41,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou org.springframework.batch spring-batch-core - 2.2.2.RELEASE + 2.2.4.RELEASE +--------------- @@ -74,7 +74,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou org.springframework.batch org.springframework.batch.core - 2.2.2.RELEASE + 2.2.4.RELEASE +--------------- @@ -100,7 +100,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou org.springframework.batch spring-batch-core - 2.2.2.RELEASE + 2.2.4.RELEASE +--------------- @@ -124,7 +124,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou org.springframework.batch org.springframework.batch.core - 2.2.2.RELEASE + 2.2.4.RELEASE +--------------- diff --git a/src/site/apt/migration/2.2.3-2.2.4.apt b/src/site/apt/migration/2.2.3-2.2.4.apt new file mode 100755 index 000000000..d1b99c973 --- /dev/null +++ b/src/site/apt/migration/2.2.3-2.2.4.apt @@ -0,0 +1,15 @@ +Spring Batch 2.2.4 Release Notes + +* Improvement + + * {{{http://jira.springsource.org/browse/BATCH-2140}[BATCH-2140]}} - Typo in second paragraph of section "4.2. Java Config" on the Reference Documentation + + * {{{http://jira.springsource.org/browse/BATCH-2150}[BATCH-2150]}} - Add private constructor to the StepExecution class + +* Bug + + * {{{http://jira.springsource.org/browse/BATCH-2148}[BATCH-2148]}} - Cannot create db for MySQL + + * {{{http://jira.springsource.org/browse/BATCH-2149}[BATCH-2149]}} - JavaConfig: Registering a ChunkListener twice will result in two ChunkListeners in fault-tolerant mode + + * {{{http://jira.springsource.org/browse/BATCH-2151}[BATCH-2151]}} - Skip issues on restart diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index 164a26fad..e23d9dfcb 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -13,6 +13,8 @@ Links: + * {{{./2.2.3-2.2.4.html}2.2.3-2.2.4}} + * {{{./2.2.2-2.2.3.html}2.2.2-2.2.3}} * {{{./2.2.1-2.2.2.html}2.2.1-2.2.2}} diff --git a/src/site/docbook/reference/index.xml b/src/site/docbook/reference/index.xml index d19221cf3..a36a70aea 100644 --- a/src/site/docbook/reference/index.xml +++ b/src/site/docbook/reference/index.xml @@ -5,7 +5,7 @@ Spring Batch - Reference Documentation - Spring Batch 2.2.2.RELEASE + Spring Batch 2.2.4.RELEASE