Spring Data Lovelace M2 released
On behalf of the Spring Data team, I’d like to announce the availability of the second milestone of the Lovelace release train.
This release ships with updates for all store modules that contain new features, improvements, and bug fixes. Notable changes include:
- MongoDB 3.6 support for Change Streams,
$jsonSchema
, and Client Sessions (in preparation for MongoDB Transactions). - Apache Cassandra mapping improvements for Map and Tuple Types, along with newly introduced Lifecycle Callbacks.
- Upgrade to Apache Solr 7.
- Improved Connection Handling for reactive Redis and static Master/Slave use.
SCAN
support for Redis Cluster.List
support for Spring Data JDBC.- Composable repositories support via CDI. …