Spring Batch 2.1.0 Release Notes

Bug

  • [BATCH-1490] - StaxEventItemWriter outputs invalid xml if step handling is failed and retried when handling the first chunk of data
  • [BATCH-1494] - FetchSize not accessible in HibernateCursorItemReader
  • [BATCH-1497] - SqlServerPagingQueryProvider should use an alias for the inner query in a jump-to-item query
  • [BATCH-1498] - JdbcPagingItemReader does not apply parameter values correctly on restart
  • [BATCH-1499] - SqlServerPagingQueryProvider needs an alias in the jump to subquery
  • [BATCH-1502] - HibernatePagingItemReader doesn't close sessions

Improvement

  • [BATCH-1402] - MapJobRegistry throws DuplicateJobException when the same job factory instance is registered twice
  • [BATCH-1493] - Step listeners detected and invoked twice

New Feature

  • [BATCH-1496] - Expose retry-policy in namespace configuration

Refactoring

Task

  • [BATCH-1488] - Tests and documentation for StoredProcedureItemReader