From 32c96b5ac1d815b8c9efa76fcab144d04d759eb6 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 18 Oct 2009 17:25:14 +0000 Subject: [PATCH] Ready for 2.0.4 --- build.properties | 6 +++--- pom.xml | 4 ++-- spring-batch-parent/pom.xml | 14 -------------- src/site/apt/migration/2.0.3-2.0.4.apt | 19 +++++++++++++++++++ src/site/apt/migration/index.apt | 2 ++ 5 files changed, 26 insertions(+), 19 deletions(-) create mode 100755 src/site/apt/migration/2.0.3-2.0.4.apt diff --git a/build.properties b/build.properties index d049927fa..313c34dc5 100644 --- a/build.properties +++ b/build.properties @@ -1,10 +1,10 @@ -version=2.0.3 +version=2.0.4 integration.repo.dir=${basedir}/../integration-repo ivy.cache.dir=${basedir}/../ivy-cache # For when releasing -#release.type=release -#build.stamp=RELEASE +release.type=release +build.stamp=RELEASE # For when releasing milestones #release.type=milestone diff --git a/pom.xml b/pom.xml index 76f7fc641..14f73cd13 100644 --- a/pom.xml +++ b/pom.xml @@ -353,10 +353,10 @@ static.springframework.org - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/2.0.x - spring-milestone + spring-release Spring Release Repository s3://maven.springframework.org/release diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index 4d3e0ee54..161e76e4d 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -511,10 +511,6 @@ - - static.springframework.org - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk - spring-release Spring Release Repository @@ -526,16 +522,6 @@ s3://maven.springframework.org/snapshot - - - objectstyle - ObjectStyle.org Repository - http://objectstyle.org/maven2 - - false - - - com.springsource.repository.bundles.milestone diff --git a/src/site/apt/migration/2.0.3-2.0.4.apt b/src/site/apt/migration/2.0.3-2.0.4.apt new file mode 100755 index 000000000..e9072b604 --- /dev/null +++ b/src/site/apt/migration/2.0.3-2.0.4.apt @@ -0,0 +1,19 @@ +Spring Batch 2.1.0.M1 Release Notes + +* Bug + + * {{{http://jira.springframework.org/browse/BATCH-1392}[BATCH-1392]}} - Throttle limit is not parsed in ChunkElementParser + + * {{{http://jira.springframework.org/browse/BATCH-1397}[BATCH-1397]}} - Late binding only happens once per ApplicationContext if expression is in substring + + * {{{http://jira.springframework.org/browse/BATCH-1401}[BATCH-1401]}} - All inserts of JobId should be of Types.BIGINT + + * {{{http://jira.springframework.org/browse/BATCH-1408}[BATCH-1408]}} - SimpleJobLauncher package wrong in user guide + + * {{{http://jira.springframework.org/browse/BATCH-1410}[BATCH-1410]}} - Isolation Level in the example in user guide is not supported + + * {{{http://jira.springframework.org/browse/BATCH-1417}[BATCH-1417]}} - Error in FlatFileItemReader when RecordSeparatorPolicy.preProcess readLine returns null + + * {{{http://jira.springframework.org/browse/BATCH-1420}[BATCH-1420]}} - Late Binding only happens first time when using inner bean definition with collection property + + * {{{http://jira.springframework.org/browse/BATCH-1423}[BATCH-1423]}} - Upon job restart, step with FlatFileItemReader doesn't honor skippable-exception-classes diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index 00c9ecd45..3253f7ea1 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -15,6 +15,8 @@ * {{{2.0-highlights.html}Highlights of changes between 1.x and 2.0}} + * {{{2.0.3-2.0.4.html}2.0.3.RELEASE to 2.0.4.RELEASE}} + * {{{2.0.2-2.0.3.html}2.0.2.RELEASE to 2.0.3.RELEASE}} * {{{2.0.1-2.0.2.html}2.0.1.RELEASE to 2.0.2.RELEASE}}