From 96e81afd7bdbf5fe50d1f8cc9b9c66091827fc57 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 28 May 2009 17:01:16 +0000 Subject: [PATCH] Update site for 2.0.1 --- archetypes/simple-cli/pom.xml | 2 +- pom.xml | 193 ++++---- spring-batch-core/pom.xml | 526 ++++++++++++---------- spring-batch-infrastructure-tests/pom.xml | 3 +- spring-batch-parent/pom.xml | 6 +- src/site/apt/downloads.apt | 10 +- src/site/apt/migration/2.0.0-2.0.1.apt | 88 ++++ src/site/apt/migration/index.apt | 2 + src/site/apt/snapshots.apt | 2 +- src/site/site.xml | 92 ++-- 10 files changed, 537 insertions(+), 387 deletions(-) create mode 100644 src/site/apt/migration/2.0.0-2.0.1.apt diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 50f03953b..e79fe7953 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.springframework.batch - spring-batch.archetype.simple.cli + spring-batch-simple-cli 2.0.1.CI-SNAPSHOT jar Commandline diff --git a/pom.xml b/pom.xml index 77c9d9920..9ec65ed89 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ - 4.0.0 org.springframework.batch spring-batch - Spring Batch - - 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. - + Spring Batch + 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. 2.0.0.CI-SNAPSHOT pom @@ -32,8 +32,7 @@ - Spring Batch Forum - + Spring Batch Forum http://forum.springframework.org/forumdisplay.php?f=41 http://forum.springframework.org/forumdisplay.php?f=41 @@ -44,8 +43,7 @@ - Apache 2.0 - + Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt @@ -133,7 +131,8 @@ src/site/docbook/reference/ src/docbkx/resources/images/ - @@ -246,37 +245,45 @@ - + - + - + - + - + - + - + - + @@ -329,8 +336,7 @@ apache-snapshot - Apache Foundation Snapshot Repository - + Apache Foundation Snapshot Repository http://people.apache.org/maven-snapshot-repository @@ -376,14 +382,12 @@ spring-milestone - Spring Milestone Repository - - s3://maven.springframework.org/milestone + Spring Release Repository + s3://maven.springframework.org/release spring-snapshot - Spring Snapshot Repository - + Spring Snapshot Repository s3://maven.springframework.org/snapshot @@ -490,80 +494,67 @@ http://static.springframework.org/spring-batch/apidocs/ http://static.springframework.org/spring-ws/site/apidocs/ -
<!-- 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 --> -
- <!-- 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 --> - - - - - org.apache.maven.plugins - maven-jxr-plugin - - - - - - dsyer - Dave Syer - - david.syer@springsource.com - - - nebhale - Ben Hale - - ben.hale@springsource.com - -0 - - - lward - Lucas Ward - - lucas.l.ward@accenture.com - - - robokaso - Robert Kasanicky - - robokaso@gmail.com - - - trisberg - Thomas Risberg - - thomas.risberg@springsource.com - - - dhgarrette - Dan Garrette - - daniel.h.garrette@accenture.com - - - - - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones - - http://repository.springsource.com/maven/bundles/milestone - - false - - - - com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots - - http://repository.springsource.com/maven/bundles/snapshot - - - agilejava - http://agilejava.com/maven - - false - - - + + + + org.apache.maven.plugins + maven-jxr-plugin + + + + + + dsyer + Dave Syer + david.syer@springsource.com + + + nebhale + Ben Hale + ben.hale@springsource.com + 0 + + + lward + Lucas Ward + lucas.l.ward@accenture.com + + + robokaso + Robert Kasanicky + robokaso@gmail.com + + + trisberg + Thomas Risberg + thomas.risberg@springsource.com + + + dhgarrette + Dan Garrette + daniel.h.garrette@accenture.com + + + + + com.springsource.repository.bundles.milestone + SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones + http://repository.springsource.com/maven/bundles/milestone + + false + + + + com.springsource.repository.bundles.snapshot + SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots + http://repository.springsource.com/maven/bundles/snapshot + + + agilejava + http://agilejava.com/maven + + false + + +
diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index c00197f81..5e6ae0423 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -1,238 +1,292 @@ - - 4.0.0 - spring-batch-core - jar - Core - Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. - - - org.springframework.batch - spring-batch-parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - org.springframework.batch - spring-batch-infrastructure - ${project.version} - - - asm - asm-commons - true - - - hsqldb - hsqldb - - - commons-io - commons-io - test - - - commons-lang - commons-lang - - - org.easymock - easymock - - - junit - junit - - - org.aspectj - aspectjrt - - - org.aspectj - aspectjweaver - - - cglib - cglib-nodep - test - - - com.thoughtworks.xstream - xstream - - - org.codehaus.jettison - jettison - - - org.osgi - osgi_R4_core - true - - - org.springframework - spring-aop - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - org.springframework - spring-jdbc - true - - - org.springframework.osgi - spring-osgi-core - true - - - org.springframework - spring-test - test - - - org.springframework - spring-tx - - - javax.annotation - jsr250-api - - - log4j - log4j - false - - - log4j - log4j - true - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sql - generate-sources - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - + + 4.0.0 + spring-batch-core + jar + Core + Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + + tiger + + 1.5 + + + + stax + stax + + + + + + + org.springframework.batch + spring-batch-infrastructure + ${project.version} + + + hsqldb + hsqldb + + + commons-io + commons-io + test + + + commons-lang + commons-lang + + + org.easymock + easymock + + + junit + junit + + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver + + + cglib + cglib-nodep + test + + + com.thoughtworks.xstream + xstream + + + org.codehaus.jettison + jettison + + + org.osgi + osgi_R4_core + true + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + true + + + org.springframework.osgi + spring-osgi-core + true + + + org.springframework + spring-test + test + + + org.springframework + spring-tx + + + javax.annotation + jsr250-api + + + log4j + log4j + false + + + log4j + log4j + true + + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sql + generate-sources + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-1 + + + diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 7a25ca9d8..5ca98eb25 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -1,8 +1,7 @@ 4.0.0 - spring-batch.infrastructure.tests - jar + spring-batch-infrastructure-tests Infrastructure Tests Integration tests for the Spring Batch Infrastructure diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index 771689536..fdceb5678 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -8,13 +8,13 @@ 2.0.1.CI-SNAPSHOT Spring Batch Parent http://static.springframework.org/spring-batch - Spring Batch parent project. Defines dependencies and common configuration for the build process. - + Spring Batch parent project. Defines dependencies and common configuration for the + build process. pom true 2.5.6 - 1.0.0.M1A + 1.0.0.M2 diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 52cd8905b..c46db362c 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.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 org.springframework.batch org.springframework.batch.core - 2.0.0.RELEASE + 2.0.1.RELEASE +--------------- @@ -70,7 +70,7 @@ Spring Batch Downloads org.springframework.batch spring-batch-core - 2.0.0.RELEASE + 2.0.1.RELEASE +--------------- @@ -102,7 +102,7 @@ Spring Batch Downloads org.springframework.batch org.springframework.batch.core - 2.0.0.RELEASE + 2.0.1.RELEASE +--------------- @@ -122,7 +122,7 @@ Spring Batch Downloads org.springframework.batch spring-batch-core - 2.0.0.RELEASE + 2.0.1.RELEASE +--------------- diff --git a/src/site/apt/migration/2.0.0-2.0.1.apt b/src/site/apt/migration/2.0.0-2.0.1.apt new file mode 100644 index 000000000..686795406 --- /dev/null +++ b/src/site/apt/migration/2.0.0-2.0.1.apt @@ -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 + + * {{{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]}} - should disallow , , and 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 diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index b3a5f715f..552b60b18 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.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}} diff --git a/src/site/apt/snapshots.apt b/src/site/apt/snapshots.apt index 0419b3db5..cb95a23e7 100644 --- a/src/site/apt/snapshots.apt +++ b/src/site/apt/snapshots.apt @@ -28,7 +28,7 @@ Snapshot Builds org.springframework.batch org.springframework.batch.core - 2.0.0.CI-SNAPSHOT + 2.0.2.CI-SNAPSHOT +--------------- diff --git a/src/site/site.xml b/src/site/site.xml index e448cb435..768d801ed 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,52 +1,68 @@ - - ${project.name} - http://www.springframework.org/spring-batch - - - images/shim.gif - - - - - - org.springframework.maven.skins - maven-spring-skin - 1.0.5 - + + + ${project.name} + http://www.springframework.org/spring-batch + + + + + images/shim.gif + + + + + + + + org.springframework.maven.skins + + maven-spring-skin + 1.0.5 + + + - + - + - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + +s + + - - - - + + + + + + +