Spring Batch
Last Published: 2014-05-22 | Version: 2.2.7.RELEASE
Home
Documentation
Home
Downloads
Getting Started
User Guide
API
Features
Use Cases
Transactions
FAQ
Changelog
Batch Processing Strategies
General Batch Principles and Guidelines
Support
Building
Forums
JIRA
1.0.x
1.1.x
2.0.x
2.1.x
Modules
Infrastructure
Core
Test
Samples
Spring Batch 2.2.6 Release Notes
Improvement
[BATCH-1786]
- Add convenience method to AbstractJobExplorerFactoryBean
[BATCH-2042]
- Update docs and expand on role of ItemProcessor especially during a retry
[BATCH-2083]
- AbstractStep needs to give better exception message
[BATCH-2092]
- Get input line when by FlatFileFormatException
[BATCH-2185]
- Provide a way to register listeners in javaconfig that do not implement a listener interface
Bug
[BATCH-2011]
- ExitStatus.compareTo() delivers result out of given range [-1,1]
[BATCH-2059]
- OrderedComposite.add fails if one of the items is step scope
[BATCH-2060]
- Wrong Link to Source-Repository on Project Website
[BATCH-2061]
- State transition causes infinite loop
[BATCH-2085]
- Attribute 'flow' is not allowed to appear in element 'batch:step'
[BATCH-2106]
- batch_job_execution_params migration script incorrect value for 'identifying' column
[BATCH-2172]
- Spring batch fails to autodetect database type DB2ZOS
[BATCH-2186]
- Backport BATCH-2045 to 2.2.x branch
[BATCH-2189]
- DefaultBatchConfigurer violates PostConstruct rules
[BATCH-2204]
- transactional reader does not work since 2.2
Task
[BATCH-2090]
- HibernateItemWriter: doWrite should not be deprecated