Spring Batch 4.3 is now GA!
Dear Spring Batch community,
On behalf of the team and all contributors, it is my pleasure to announce that Spring Batch 4.3 is now generally available from Maven Central!
This release comes with a number of new features, enhancements, and dependency updates. You can find the complete list of changes in the release notes, but here are the major highlights:
- Java records support
- GraalVM support
- New synchronized
ItemStreamWriter
- New
JpaCursorItemReader
Implementation - Performance improvements in
MongoItemWriter
andRepositoryItemWriter
- And more!
These features and enhancements have been…