First milestone of Spring Data 2020.0 available
On behalf of the Spring Data team, I’m happy to announce the first milestone of the 2020.0 (Code name "Ockham") release train, 2020.0.0-M1
. This release ships with over 120 tickets fixed. This Spring Data release is the first release using calver as an update to the release train version scheme.
The most notable new features are:
- Support for RxJava 3
- Introduction of
org.springframework.data:spring-data-bom
, which replacesorg.springframework.data:spring-data-releasetrain
You can find a curated changelog in our release train wiki or skim through a full list of changes in JIRA.
A second…