updates for site

This commit is contained in:
dsyer
2009-11-12 17:14:19 +00:00
parent 1d29920562
commit 67d92ed684
3 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -47,7 +47,7 @@
attribute of the <literal>tasklet</literal>:</para>
<programlisting>&lt;step id="loading"&gt;
&lt;tasklet task-executor="taskExecutor"&gt;...<&lt/tasklet&gt;
&lt;tasklet task-executor="taskExecutor"&gt;...<&lt;/tasklet&gt;
&lt;/step&gt;</programlisting>
<para>In this example the taskExecutor is a reference to another bean

View File

@@ -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>