Updated for 2.2.0.RC1 release
This commit is contained in:
@@ -85,6 +85,6 @@ $ mvn test
|
||||
|
||||
* Migrating to 2.2.x
|
||||
|
||||
As part of the update to support non-identifying job parameters ({{{https://jira.springsource.org/browse/BATCH-1412}BATCH-1412}}), the database schema for the job repository was updated. To migrate your existing job repository to the new one, you'll need to execute the appropriate migration script for your platform. This script will create the new BATCH_JOB_EXECUTION table and migrate the parameters from the old table to the new table. The script can be found in the <<<org.springframework.batch.core.migration>>> package.
|
||||
As part of the update to support non-identifying job parameters ({{{https://jira.springsource.org/browse/BATCH-1412}BATCH-1412}}), the database schema for the job repository was updated. To migrate your existing job repository to the new one, you'll need to execute the appropriate migration script for your platform. This script will create the new BATCH_JOB_EXECUTION_PARAMS table and migrate the parameters from the old table to the new table. The script can be found in the <<<org.springframework.batch.core.migration>>> package.
|
||||
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
|
||||
Links:
|
||||
|
||||
* {{{./2.2.0.M1-2.2.0.RC1.html}2.2.0.M1-2.2.0.RC1}}
|
||||
|
||||
* {{{./2.1.9-2.2.0.M1.html}2.1.9-2.2.0.M1}}
|
||||
|
||||
* {{{./2.1.8-2.1.9.html}2.1.8 to 2.1.9}}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<bookinfo>
|
||||
<title>Spring Batch - Reference Documentation</title>
|
||||
|
||||
<releaseinfo>Spring Batch 2.2.0.M1</releaseinfo>
|
||||
<releaseinfo>Spring Batch 2.2.0.RC1</releaseinfo>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<mediaobject>
|
||||
<imageobject role="html">
|
||||
<imagedata align="center" fileref="images/meta-data-erd.png"
|
||||
scale="80" />
|
||||
scale="100" />
|
||||
</imageobject>
|
||||
|
||||
<imageobject role="fo">
|
||||
|
||||
Reference in New Issue
Block a user