Spring Data R2DBC 1.0 M2 and Spring Boot starter released
Spring Data R2DBC
On behalf of the community and everyone who contributed, I'm delighted to announce the availability of the second milestone of Spring Data R2DBC 1.0. It is based on the recently released Moore M4 release and R2DBC 0.8.0.M8 release. Please note that Spring Data R2DBC is released outside of the Moore release train and it will be part of the next release train Neumann.
Spring Data R2DBC ships with 32 tickets fixed. The most notable features are:
- Support for MySQL by using jasync-sql.
- Reactive transaction manager.
- Fluent API for
insert
/update
/delete
operations. - Coroutine extensions.
- Support for custom conversions.
- Named parameters that are translated to native bind markers by using
Dialect
instances. - Support for single-column projections for simple types.
- Refactored package structure. …