updates for site
This commit is contained in:
@@ -12,8 +12,6 @@ Release Notes - Spring Batch - Version 2.1.0.M2
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1401}[BATCH-1401]}} - All inserts of JobId should be of Types.BIGINT
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1418}[BATCH-1418]}} - Upon job restart, step with FlatFileItemReader doesn't honor skippable-exception-classes
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1420}[BATCH-1420]}} - Late Binding only happens first time when using inner bean definition with collection property
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1427}[BATCH-1427]}} - SimpleRetryExceptionHandler treats AbstractStep$FatalException as non-fatal
|
||||
@@ -42,8 +40,6 @@ Release Notes - Spring Batch - Version 2.1.0.M2
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1399}[BATCH-1399]}} - Expose StepExecutionAggregator as a strategy interface in PartitionStep
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1407}[BATCH-1407]}} - Integration tests for core (including multi-threaded long running tests)
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1416}[BATCH-1416]}} - Namespace support for max varchar length in execution context and execution daos
|
||||
|
||||
* {{{http://jira.springsource.org/browse/BATCH-1421}[BATCH-1421]}} - Add method to get all job names to JobExplorer
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
attribute of the <literal>tasklet</literal>:</para>
|
||||
|
||||
<programlisting><step id="loading">
|
||||
<tasklet task-executor="taskExecutor">...<</tasklet>
|
||||
<tasklet task-executor="taskExecutor">...<</tasklet>
|
||||
</step></programlisting>
|
||||
|
||||
<para>In this example the taskExecutor is a reference to another bean
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
<logo name="" href="" img="images/shim.gif" />
|
||||
</poweredBy>
|
||||
|
||||
<version position="left"/>
|
||||
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins
|
||||
</groupId>
|
||||
@@ -64,7 +66,7 @@
|
||||
<item name="Samples" href="spring-batch-samples/index.html" />
|
||||
</menu>
|
||||
|
||||
<menu ref="reports"/>
|
||||
<menu ref="reports" inheritAsRef="true"/>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user