From 0b9c97ecab84cbf5c2450df642bbae1db957c8a7 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 20 Aug 2009 16:48:20 +0000 Subject: [PATCH] Add release notes details --- src/site/apt/migration/2.0.2-2.0.3.apt | 30 +++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/site/apt/migration/2.0.2-2.0.3.apt b/src/site/apt/migration/2.0.2-2.0.3.apt index 5de145e43..b3a803887 100644 --- a/src/site/apt/migration/2.0.2-2.0.3.apt +++ b/src/site/apt/migration/2.0.2-2.0.3.apt @@ -1,3 +1,31 @@ Spring Batch 2.0.2.RELEASE Release Notes -* TBD \ No newline at end of file + +* Bug + + * {{{http://jira.springsource.org/browse/BATCH-1341}BATCH-1341}} - DataSourceInitializer throws ArrayOutOfBoundException when any destroyScript is specified + + * {{{http://jira.springsource.org/browse/BATCH-1345}BATCH-1345}} - Fix error message for when <tasklet/> has no ref= or <chunk/> + + * {{{http://jira.springsource.org/browse/BATCH-1351}BATCH-1351}} - An empty <*-exception-classes/> list does not override parent's list + + * {{{http://jira.springsource.org/browse/BATCH-1354}BATCH-1354}} - Infinite loop caused by throwing an Error from the ItemWriter of a skippable step + + * {{{http://jira.springsource.org/browse/BATCH-1355}BATCH-1355}} - Step scope causes type= attribute of <value/> to be ignored + + * {{{http://jira.springsource.org/browse/BATCH-1363}BATCH-1363}} - Job stopped in split state does not finish with status = STOPPED + +* Improvement + + * {{{http://jira.springsource.org/browse/BATCH-1342}BATCH-1342}} - Check for valid parameter arguments in CommandLineJobRunner + + * {{{http://jira.springsource.org/browse/BATCH-1359}BATCH-1359}} - Throw helpful error from JdbcCursorItemReader if read() called before open() + + * {{{http://jira.springsource.org/browse/BATCH-1360}BATCH-1360}} - Throw helpful error from if Tasklet.execute() returns null + +* New Feature + + * {{{http://jira.springsource.org/browse/BATCH-1361}BATCH-1361}} - Support for maps in PassThroughFieldExtractor + + * {{{http://jira.springsource.org/browse/BATCH-1370}BATCH-1370}} - Bind to non-scalar map entry values in step scope +