Spring Batch 2.2.1 Release Notes

Bug

  • [BATCH-1849] - Item was not picked up after restarting a failed job!!!
  • [BATCH-1973] - processor-transactional="false" in chunk definition does not have stable behavior
  • [BATCH-2036] - Output incorrect when using processor-transactional="false" and skips.
  • [BATCH-2038] - DerbyPagingQueryProvider does not work with Derby 10.10.1.1
  • [BATCH-2050] - AbstractItemCountingItemStreamItemReader.read() shouldn't be final
  • [BATCH-2054] - StaxEventItemWriter fails on a NullPointerException with Spring OXM 3.2.x.

Improvement

  • [BATCH-1984] - CompositeItemProcessor.setDelegates argument has limiting generic type
  • [BATCH-2052] - StaxEventItemWriter should only force sync once per chunk
  • [BATCH-2069] - Relax OSGI dependencies on nosql jars

Task