Spring Data 2023.0-RC1 and Service Releases 2022.0.5 & 2021.2.11 released
On behalf of the team, I’m pleased to announce the availability of the first Release Candidate of the Spring Data 2023.0 release train as well as service releaes 2022.0.5 & 2021.2.11. These releases ship with improvements, including fixes for regressions.
The upcoming Spring Boot 3.0.6 and 2.7.11 releases are going to pick up the service releases for your convenience.
New features included in 2023.0.0 RC1 are amongst others:
- MariaDB support for Spring Data R2DBC has been reinstated.
- Spring Data MongoDB introduces an @Hint annotation as well as support for reactive bulk operations.
- Many enhancements to the Spring Data JPA Hibernate and JPQL parsers to better support aliases and other aspects of query parsing for @Query annotated queries. …