Update site for 2.0.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch.archetype.simple.cli</artifactId>
|
||||
<artifactId>spring-batch-simple-cli</artifactId>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Commandline</name>
|
||||
|
||||
193
pom.xml
193
pom.xml
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<name> Spring Batch
|
||||
</name>
|
||||
<description> Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.
|
||||
</description>
|
||||
<name>Spring Batch</name>
|
||||
<description>Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track
|
||||
their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.</description>
|
||||
<version>2.0.0.CI-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
@@ -32,8 +32,7 @@
|
||||
</issueManagement>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name> Spring Batch Forum
|
||||
</name>
|
||||
<name>Spring Batch Forum</name>
|
||||
<post>http://forum.springframework.org/forumdisplay.php?f=41</post>
|
||||
<archive>http://forum.springframework.org/forumdisplay.php?f=41</archive>
|
||||
</mailingList>
|
||||
@@ -44,8 +43,7 @@
|
||||
</ciManagement>
|
||||
<licenses>
|
||||
<license>
|
||||
<name> Apache 2.0
|
||||
</name>
|
||||
<name>Apache 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
@@ -133,7 +131,8 @@
|
||||
<imgSrcPath>src/site/docbook/reference/</imgSrcPath>
|
||||
<admonGraphicsPath>src/docbkx/resources/images/</admonGraphicsPath>
|
||||
<postProcess>
|
||||
<copy file="${basedir}/target/docbkx/pdf/index.pdf" tofile="${basedir}/target/site/reference/pdf/spring-batch-docs.pdf"
|
||||
<copy file="${basedir}/target/docbkx/pdf/index.pdf"
|
||||
tofile="${basedir}/target/site/reference/pdf/spring-batch-docs.pdf"
|
||||
failonerror="false" />
|
||||
</postProcess>
|
||||
</configuration>
|
||||
@@ -246,37 +245,45 @@
|
||||
<fileset dir="target">
|
||||
<include name="*with-dep*.zip" />
|
||||
</fileset>
|
||||
<regexpmapper from="^[^/]*/(.*)$$" to="\1" handledirsep="true" />
|
||||
<regexpmapper from="^[^/]*/(.*)$$" to="\1"
|
||||
handledirsep="true" />
|
||||
</unzip>
|
||||
<unzip dest="target/it/no-dep">
|
||||
<fileset dir="target">
|
||||
<include name="*no-dep*.zip" />
|
||||
</fileset>
|
||||
<regexpmapper from="^[^/]*/(.*)$$" to="\1" handledirsep="true" />
|
||||
<regexpmapper from="^[^/]*/(.*)$$" to="\1"
|
||||
handledirsep="true" />
|
||||
</unzip>
|
||||
<fail message="Failed integration test of zip distro: Spring Batch jar files are missing.">
|
||||
<fail
|
||||
message="Failed integration test of zip distro: Spring Batch jar files are missing.">
|
||||
<condition>
|
||||
<not>
|
||||
<resourcecount count="3">
|
||||
<fileset id="fs" dir="target/it/with-dep/dist" includes="*.jar" />
|
||||
<fileset id="fs" dir="target/it/with-dep/dist"
|
||||
includes="*.jar" />
|
||||
</resourcecount>
|
||||
</not>
|
||||
</condition>
|
||||
</fail>
|
||||
<fail message="Failed integration test of zip distro: dependency jar files are missing.">
|
||||
<fail
|
||||
message="Failed integration test of zip distro: dependency jar files are missing.">
|
||||
<condition>
|
||||
<not>
|
||||
<resourcecount count="1">
|
||||
<fileset id="fs" dir="target/it/with-dep/sources/lib" includes="org.springframework.beans-*.jar" />
|
||||
<fileset id="fs" dir="target/it/with-dep/sources/lib"
|
||||
includes="org.springframework.beans-*.jar" />
|
||||
</resourcecount>
|
||||
</not>
|
||||
</condition>
|
||||
</fail>
|
||||
<fail message="Failed integration test of zip distro: test dependency jar files are missing.">
|
||||
<fail
|
||||
message="Failed integration test of zip distro: test dependency jar files are missing.">
|
||||
<condition>
|
||||
<not>
|
||||
<resourcecount count="1">
|
||||
<fileset id="fs" dir="target/it/with-dep/sources/lib" includes="com.springsource.org.junit-*.jar" />
|
||||
<fileset id="fs" dir="target/it/with-dep/sources/lib"
|
||||
includes="com.springsource.org.junit-*.jar" />
|
||||
</resourcecount>
|
||||
</not>
|
||||
</condition>
|
||||
@@ -329,8 +336,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache-snapshot</id>
|
||||
<name> Apache Foundation Snapshot Repository
|
||||
</name>
|
||||
<name>Apache Foundation Snapshot Repository</name>
|
||||
<url>http://people.apache.org/maven-snapshot-repository</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
@@ -376,14 +382,12 @@
|
||||
</site>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name> Spring Milestone Repository
|
||||
</name>
|
||||
<url>s3://maven.springframework.org/milestone</url>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>s3://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spring-snapshot</id>
|
||||
<name> Spring Snapshot Repository
|
||||
</name>
|
||||
<name>Spring Snapshot Repository</name>
|
||||
<url>s3://maven.springframework.org/snapshot</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
@@ -490,80 +494,67 @@
|
||||
<link>http://static.springframework.org/spring-batch/apidocs/</link>
|
||||
<link>http://static.springframework.org/spring-ws/site/apidocs/</link>
|
||||
</links>
|
||||
<header> <!-- Begin Google Analytics code --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2728886-3"); pageTracker._setDomainName("none"); pageTracker._setAllowLinker(true); pageTracker._trackPageview(); </script> <!-- End Google Analytics code -->
|
||||
</header>
|
||||
<bottom> <!-- Begin LoopFuse code --> <script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"> </script> <script type="text/javascript"> _lf_cid = "LF_48be82fa"; _lf_remora(); </script> <!-- End LoopFuse code -->
|
||||
</bottom>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>dsyer</id>
|
||||
<name> Dave Syer
|
||||
</name>
|
||||
<email>david.syer@springsource.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>nebhale</id>
|
||||
<name> Ben Hale
|
||||
</name>
|
||||
<email>ben.hale@springsource.com</email>
|
||||
<timezone>
|
||||
0</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>lward</id>
|
||||
<name> Lucas Ward
|
||||
</name>
|
||||
<email>lucas.l.ward@accenture.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>robokaso</id>
|
||||
<name> Robert Kasanicky
|
||||
</name>
|
||||
<email>robokaso@gmail.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>trisberg</id>
|
||||
<name> Thomas Risberg
|
||||
</name>
|
||||
<email>thomas.risberg@springsource.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>dhgarrette</id>
|
||||
<name> Dan Garrette
|
||||
</name>
|
||||
<email>daniel.h.garrette@accenture.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.milestone</id>
|
||||
<name> SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones
|
||||
</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.snapshot</id>
|
||||
<name> SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots
|
||||
</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>agilejava</id>
|
||||
<url>http://agilejava.com/maven</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>dsyer</id>
|
||||
<name>Dave Syer</name>
|
||||
<email>david.syer@springsource.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>nebhale</id>
|
||||
<name>Ben Hale</name>
|
||||
<email>ben.hale@springsource.com</email>
|
||||
<timezone>0</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>lward</id>
|
||||
<name>Lucas Ward</name>
|
||||
<email>lucas.l.ward@accenture.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>robokaso</id>
|
||||
<name>Robert Kasanicky</name>
|
||||
<email>robokaso@gmail.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>trisberg</id>
|
||||
<name>Thomas Risberg</name>
|
||||
<email>thomas.risberg@springsource.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>dhgarrette</id>
|
||||
<name>Dan Garrette</name>
|
||||
<email>daniel.h.garrette@accenture.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.milestone</id>
|
||||
<name> SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.snapshot</id>
|
||||
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>agilejava</id>
|
||||
<url>http://agilejava.com/maven</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
||||
@@ -1,238 +1,292 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Core</name>
|
||||
<description> Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc.
|
||||
</description>
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>tiger</id>
|
||||
<activation>
|
||||
<jdk>1.5</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-infrastructure</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm-commons</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib-nodep</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
<artifactId>jettison</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>osgi_R4_core</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.osgi</groupId>
|
||||
<artifactId>spring-osgi-core</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>jsr250-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<optional>false</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate-sql</id>
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<tasks> <typedef resource="foundrylogic/vpp/typedef.properties"/> <taskdef resource="foundrylogic/vpp/taskdef.properties"/> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/hsqldb.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/hsqldb.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-hsqldb.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/db2.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/db2.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-db2.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/derby.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/derby.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-derby.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/oracle10g.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/oracle10g.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-oracle10g.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/postgresql.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/postgresql.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-postgresql.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/mysql.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/mysql.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-mysql.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/sqlserver.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/sqlserver.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-sqlserver.sql"/>
|
||||
</vppcopy> <vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context> <property key="includes" value="src/main/sql"/> <property file="${basedir}/src/main/sql/sybase.properties"/>
|
||||
</context>
|
||||
<engine> <property key="velocimacro.library" value="src/main/sql/sybase.vpp"/>
|
||||
</engine>
|
||||
</config> <fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp"/> <mapper type="glob" from="*.sql.vpp" to="*-sybase.sql"/>
|
||||
</vppcopy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<junitArtifactName>junit:junit</junitArtifactName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>emma-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Core</name>
|
||||
<description>Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc.</description>
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-parent</artifactId>
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<relativePath>../spring-batch-parent</relativePath>
|
||||
</parent>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>tiger</id>
|
||||
<activation>
|
||||
<jdk>1.5</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>stax</groupId>
|
||||
<artifactId>stax</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-infrastructure</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib-nodep</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
<artifactId>jettison</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>osgi_R4_core</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.osgi</groupId>
|
||||
<artifactId>spring-osgi-core</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>jsr250-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<optional>false</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate-sql</id>
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<typedef resource="foundrylogic/vpp/typedef.properties" />
|
||||
<taskdef resource="foundrylogic/vpp/taskdef.properties" />
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/hsqldb.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-hsqldb.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/db2.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/db2.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-db2.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/derby.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/derby.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-derby.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/oracle10g.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/oracle10g.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-oracle10g.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/postgresql.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/postgresql.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-postgresql.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/mysql.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/mysql.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema*.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-mysql.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/sqlserver.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/sqlserver.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-sqlserver.sql" />
|
||||
</vppcopy>
|
||||
<vppcopy todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/sybase.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property key="velocimacro.library" value="src/main/sql/sybase.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-sybase.sql" />
|
||||
</vppcopy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<junitArtifactName>junit:junit</junitArtifactName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>emma-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
</project>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch.infrastructure.tests</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<artifactId>spring-batch-infrastructure-tests</artifactId>
|
||||
<name> Infrastructure Tests
|
||||
</name>
|
||||
<description> Integration tests for the Spring Batch Infrastructure
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
<version>2.0.1.CI-SNAPSHOT</version>
|
||||
<name>Spring Batch Parent</name>
|
||||
<url>http://static.springframework.org/spring-batch</url>
|
||||
<description> Spring Batch parent project. Defines dependencies and common configuration for the build process.
|
||||
</description>
|
||||
<description>Spring Batch parent project. Defines dependencies and common configuration for the
|
||||
build process.</description>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||
<spring.framework.version>2.5.6</spring.framework.version>
|
||||
<bundlor.version>1.0.0.M1A</bundlor.version>
|
||||
<bundlor.version>1.0.0.M2</bundlor.version>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
Spring Batch Downloads
|
||||
|
||||
The current GA release is <<2.0.0.RELEASE>>, the latest snapshots are <<2.0.1.CI-SNAPSHOT>>. The version 1.1.x branch is now in maintenance (the last release was <<1.1.4.RELEASE>>).
|
||||
The current GA release is <<2.0.1.RELEASE>>, the latest snapshots are <<2.0.2.CI-SNAPSHOT>>. The version 1.1.x branch is now in maintenance (the last release was <<1.1.4.RELEASE>>).
|
||||
|
||||
* Zip Downloads
|
||||
|
||||
@@ -48,7 +48,7 @@ Spring Batch Downloads
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.core</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
@@ -70,7 +70,7 @@ Spring Batch Downloads
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
@@ -102,7 +102,7 @@ Spring Batch Downloads
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.core</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
@@ -122,7 +122,7 @@ Spring Batch Downloads
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
|
||||
88
src/site/apt/migration/2.0.0-2.0.1.apt
Normal file
88
src/site/apt/migration/2.0.0-2.0.1.apt
Normal file
@@ -0,0 +1,88 @@
|
||||
Spring Batch 2.0.1.RELEASE Release Notes
|
||||
|
||||
* Bug
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1203]}} - Correct ChunkOrientedTasklet.setBuffering javadoc
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1204]}} - Error in FieldSetMapper documentation
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1205]}} - When readCount % commitInterval == 0, commitCount is one more than it should be
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1208]}} - late-binding not being resolved in <list/>
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1210]}} - AbstractStep overwrites custom exit status for STOPPED steps
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1212]}} - Incorrect link in Documentation
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1213]}} - Defaults in xsd override parent attributes
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1214]}} - CoreNamespaceUtils.addRangePropertyEditor fails with Spring 3.0
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1215]}} - Docs refer to non-existent class SimpleDelegatingPagingQueryProvider
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1218]}} - item streams won't get registered if ItemStream reader is used with step
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1223]}} - Maven Build - ClassNotFoundException: com.springsource.util.osgi.manifest.ManifestFactory
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1225]}} - FlatFileItemWriter and StaxEventItemWriter do not restart in the right place
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1230]}} - scope "step" does not work together with Annotation "@BeforeStep"
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1234]}} - ExitStatus.FINISHED should be ExitStatus.COMPLETED
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1236]}} - Fix namespace errors in Readers and Writers chapter
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1240]}} - ItemStream is not registered when defined in step scope
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1241]}} - SystemCommandTasklet package name is not accurate
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1244]}} - Documentation error for skip-limit
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1245]}} - StaxEventItemWriter writes extra end document tag with Woodstox 3.2.9 plus
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1249]}} - Add files to .springBeans in samples project
|
||||
|
||||
|
||||
* Improvement
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1172]}} - Register RangeArrayPropertyEditor automatically
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1202]}} - Improve error message when neither commit-interval nor chunk-completion-policy are specified on a chuck (xml namespace)
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1216]}} - Adding the possiblity to set the throttle limit in the spring batch name space
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1217]}} - Suggest use .doubleValue() value in DefaultFieldSet.readDouble(..)
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1219]}} - JmsItemReader and -Writer should check for proper settings on JmsTemplate
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1220]}} - Apply consistent debug logging in framework-provided ItemWriter implementations
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1221]}} - Use batch namespace in simple cli template / archetype
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1228]}} - Possibility to modify proxyTargetClass property of StepScope
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1233]}} - Confusing docs in section 4.1 on non-default job repo id for nested step element
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1247]}} - Clean up multilineOrderJob sample
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1248]}} - Remove default from "merge" attribute in XSD
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1250]}} - <job/> should disallow <decision/>, <split/>, and <step/> if abstract=true
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1251]}} - Use standard JPQL in JPA sample
|
||||
|
||||
|
||||
* New Feature
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1226]}} - Add assertLineCount method to AssertFile
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1238]}} - Add ItemProcessorAdapter similar to Item*Adapter
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1243]}} - Expose the current resource of MultiResourceItemReader
|
||||
|
||||
|
||||
* Task
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-724]}} - create tests for non-default table prefix
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1203}[BATCH-1211]}} - Update samples docs on website
|
||||
@@ -15,6 +15,8 @@
|
||||
|
||||
* {{{2.0-highlights.html}Highlights of changes between 1.x and 2.0}}
|
||||
|
||||
* {{{2.0.0-2.0.1.html}2.0.0.RELEASE to 2.0.1.RELEASE}}
|
||||
|
||||
* {{{2.0-rc3-release.html}2.0.0.RC3 to 2.0.0.RELEASE}}
|
||||
|
||||
* {{{2.0-rc2-rc3.html}2.0.0.RC2 to 2.0.0.RC3}}
|
||||
|
||||
@@ -28,7 +28,7 @@ Snapshot Builds
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>org.springframework.batch.core</artifactId>
|
||||
<version>2.0.0.CI-SNAPSHOT</version>
|
||||
<version>2.0.2.CI-SNAPSHOT</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
|
||||
@@ -1,52 +1,68 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="${project.name}">
|
||||
<bannerLeft>
|
||||
<name>${project.name}</name>
|
||||
<href>http://www.springframework.org/spring-batch</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.5</version>
|
||||
</skin>
|
||||
|
||||
<bannerLeft>
|
||||
<name>${project.name}</name>
|
||||
<href>http://www.springframework.org/spring-batch
|
||||
</href>
|
||||
</bannerLeft>
|
||||
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif" />
|
||||
</poweredBy>
|
||||
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins
|
||||
</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.5</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="http://www.springframework.org/spring-batch/index.html"/>
|
||||
<item name="Home"
|
||||
href="http://www.springframework.org/spring-batch/index.html" />
|
||||
</links>
|
||||
|
||||
|
||||
<menu name="Documentation" inherit="none">
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="Changelog" href="migration/index.html"/>
|
||||
<item name="User Guide" href="reference/index.html"/>
|
||||
<item name="Features" href="features.html"/>
|
||||
<item name="Use Cases" href="cases/index.html"/>
|
||||
<item name="Transactions" href="transactions.html"/>
|
||||
<item name="FAQ" href="faq.html"/>
|
||||
<item name="Batch Processing Strategies" href="batch-processing-strategies.html"/>
|
||||
<item name="General Batch Principles and Guidelines" href="batch-principles-guidelines.html"/>
|
||||
<item name="Home" href="index.html" />
|
||||
<item name="Getting Started" href="getting-started.html" />
|
||||
<item name="User Guide" href="reference/index.html" />
|
||||
<item name="API" href="apidocs/index.html" />
|
||||
<item name="Features" href="features.html" />
|
||||
<item name="Use Cases" href="cases/index.html" />
|
||||
<item name="Transactions" href="transactions.html" />
|
||||
<item name="FAQ" href="faq.html" />
|
||||
<item name="Changelog" href="migration/index.html" />
|
||||
<item name="Batch Processing Strategies" href="batch-processing-strategies.html" />
|
||||
<item name="General Batch Principles and Guidelines" href="batch-principles-guidelines.html" />
|
||||
</menu>
|
||||
|
||||
<menu name="Support" inherit="none">
|
||||
<item name="Building" href="building.html"/>
|
||||
<item name="Getting Started" href="getting-started.html"/>
|
||||
<item name="API" href="apidocs/index.html"/>
|
||||
<item name="Forums" href="http://forum.springframework.org/forumdisplay.php?f=41"/>
|
||||
<item name="JIRA" href="http://jira.springframework.org/browse/BATCH"/>
|
||||
<item name="Downloads" href="downloads.html"/>
|
||||
<item name="1.0.x" href="http://www.springframework.org/spring-batch/1.0.x/index.html"/>
|
||||
<item name="1.1.x" href="http://www.springframework.org/spring-batch/1.1.x/index.html"/>
|
||||
<item name="Building" href="building.html" />
|
||||
<item name="Forums"
|
||||
href="http://forum.springframework.org/forumdisplay.php?f=41" />
|
||||
<item name="JIRA" href="http://jira.springframework.org/browse/BATCH" />
|
||||
s <item name="1.0.x"
|
||||
href="http://www.springframework.org/spring-batch/1.0.x/index.html" />
|
||||
<item name="1.1.x"
|
||||
href="http://www.springframework.org/spring-batch/1.1.x/index.html" />
|
||||
</menu>
|
||||
|
||||
<menu name="Modules" inherit="none">
|
||||
<item name="Infrastructure" href="org.springframework.batch.infrastructure/index.html"/>
|
||||
<item name="Core" href="org.springframework.batch.core/index.html"/>
|
||||
<item name="Test" href="org.springframework.batch.test/index.html"/>
|
||||
<item name="Samples" href="org.springframework.batch.samples/index.html"/>
|
||||
<item name="Infrastructure" href="spring-batch-infrastructure/index.html" />
|
||||
<item name="Core" href="spring-batch-core/index.html" />
|
||||
<item name="Test" href="spring-batch-test/index.html" />
|
||||
<item name="Samples" href="spring-batch-samples/index.html" />
|
||||
</menu>
|
||||
|
||||
<menu ref="reports"/>
|
||||
|
||||
</body>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user