Spring Data 2020.0 - New and Noteworthy in Spring Data R2DBC 1.2
This release is a major milestone in Spring's R2DBC support. Spring support for R2DBC started as an experimental project two years ago to evaluate how a reactive SQL integration might look. With this release, Spring Data R2DBC underwent a major refactoring by moving several components into a dedicated spring-r2dbc
module and deprecating components that are provided by the Spring Framework. Besides that change, Spring Data R2DBC ships with the following most notable changes:
- Add lifecycle callbacks through the
EntityCallback
API - Reactive auditing
- Pass-through of
enum
values and Postgres Geo types …