Spring Batch 5.2.0-M1 is out!
On behalf of the team and everyone who has contributed, I am pleased to announce that the first milestone of Spring Batch 5.2 is now available from our milestones repository. This blog post walks you through the main changes in Spring Batch 5.2:
- Dependencies upgrade
- Query hints support in JPA item readers
- Data class support in JDBC item readers
- Configurable line separator in
RecursiveCollectionLineAggregator
- Job registration improvements
For the complete list of changes, please check the release notes.
Dependencies upgrade
In this release, the Spring dependencies are upgraded to the…