Ready for 2.0.4
This commit is contained in:
@@ -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
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -353,10 +353,10 @@
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>static.springframework.org</id>
|
||||
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk</url>
|
||||
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/2.0.x</url>
|
||||
</site>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>s3://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
|
||||
@@ -511,10 +511,6 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>static.springframework.org</id>
|
||||
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk</url>
|
||||
</site>
|
||||
<repository>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
@@ -526,16 +522,6 @@
|
||||
<url>s3://maven.springframework.org/snapshot</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>objectstyle</id>
|
||||
<name>ObjectStyle.org Repository</name>
|
||||
<url>http://objectstyle.org/maven2</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.milestone</id>
|
||||
|
||||
19
src/site/apt/migration/2.0.3-2.0.4.apt
Executable file
19
src/site/apt/migration/2.0.3-2.0.4.apt
Executable file
@@ -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
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user