Release Notes - Spring Batch - Version 1.1.4

Bug Fixes

  • BATCH-901 - Uncreachable code in SkipLimitFactoryBean (setting BackOffPolicy)
  • BATCH-925 - StaxEventItemWriter doesn't reset restart flag on close
  • BATCH-926 - vague skip limit for concurrent chunks
  • BATCH-934 - FlatFileItemWriter.clear does not reset OutputState
  • BATCH-943 - Remove or change reference to ItemProcessor in 1.x docos
  • BATCH-950 - Exception during rollback hides root cause
  • BATCH-972 - Job has the same ExitStatus as the last StepExecution
  • BATCH-996 - use default retryLimit == 1 (not 0) in *StepFactoryBean

Improvement

  • BATCH-909 - Turn off getWarnings() call in JdbcCursorItemReader when ignoreWarnings is true
  • BATCH-993 - Slightly confusing use of *Dao in sample configuration in documentation, where *ItemWriter would be clearer