[BATCH-1327] - Prevent re-processing and re-writing on rollback after non-skippable and non-retryable exception
[BATCH-1331] - Fatal exceptions that are also marked as no-rollback
[BATCH-1332] - Skippable exceptions on write that are also marked as no-rollback cause a rollback, and double processing of item (writer and skip listener)
[BATCH-1333] - Support for retry of non-skippable subclasses of skippable exceptions
[BATCH-1334] - Exception marked as no-rollback but not skippable should not cause skips
[BATCH-1335] - Pathological cases of no-rollback-for-exceptions on framework panic exceptions
Bug
[BATCH-1232] - Sybase 12.5 compatiblity when writing to the spring batch context tables
[BATCH-1264] - NPE in StepParserStepFactoryBean#configureTaskletStep() #289 when omitting "isolation" for <transaction-attributes>
[BATCH-1272] - Write skips do not work in a multi-threaded step
[BATCH-1278] - RepeatTemplate aborts early if multiple threads throw ignorable exceptions
[BATCH-1280] - JobParserJobFactoryBean should be a singleton
[BATCH-1282] - JobRegistryBeanPostProcessor skips jobs in XML namespace unless they are injected as dependency
[BATCH-1284] - Partition Step Stop is incorrectly setting the BatchStatus to COMPLETED.
[BATCH-1287] - JobRegistryBeanPostProcessor is checking for Job instead of JobParserJobFactoryBean
[BATCH-1289] - Null pointer in CoreNamespaceUtils.rangeArrayEditorAlreadyDefined()
[BATCH-1301] - ItemStream is not being opened correctly for multi-threaded Step when scope="step"
[BATCH-1304] - Filter counter not incremented whenever there's a skip
[BATCH-1308] - FixedLengthTokenizer's 'names' property may not have spaces
[BATCH-1313] - loopFlowSample's LimitDecider returns "COMPLETE" instead of "COMPLETED"
[BATCH-1314] - FFIW in tradeJob is pointing to classpath instead of the target
[BATCH-1315] - Section 2.3 Configuration Enhancements contains invalid example
[BATCH-1318] - Ensure exception classes are behaving correctly
[BATCH-1319] - Small memory leak in StepSynchronizationManager
Improvement
[BATCH-1262] - org.springframework.batch.item.file.transform.DefaultFieldSet#readBigDecimal doesn't use supplied numberFormat
[BATCH-1267] - Make sure jmsTemplate is not null in JmsItemReader