Spring Batch 5.0 RC2 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that the second and final release candidate of Spring Batch 5 is now available from our milestone repository.
In this release, we worked on the following items:
- Full MariaDB support
- Native support improvements
- Observability improvements
This blog post walks through these changes in details. For the complete list of changes, please check the release notes.
Full MariaDB support
Up until v4.3, Spring Batch provided support for MariaDB by considering it as MySQL. In this release, MariaDB is now treated as a separate database product with its own DDL script and DataFieldMaxValueIncrementer
…