Spring Batch 5.2.0 goes GA!
On behalf of the team and all contributors, I am pleased to announce that Spring Batch 5.2 is now generally available from Maven Central. This blog post walks you through the major additions in this release. For the complete list of changes, please refer to the release notes.
Major Highlights
The major highlights of this release are the following:
- Dependencies upgrade
- MongoDB job repository support
- New resourceless job repository
- Composite item reader implementation
- New adapters for java.util.function APIs
- Concurrent steps with blocking queue item reader and writer
- Query hints support in JPA item readers
- Data class support in JDBC item readers
- Job registration improvements …