Spring Data 2020.0 RC2 out now
Dear Spring community,
On behalf of the Spring Data team and everyone who contributed, it’s my pleasure to announce that Spring Data 2020.0.0 RC2 is available from the milestone repository. This release ships with 87 tickets fixed. The most notable changes are:
PagingAndSortingRepository
support for Apache Geode.- Support for the
REVERSERANGEBYLEX
command and theKEEPTTL
andJUSTID
flags in Redis. - Additional MongoDB aggregation pipeline operators:
$unionWith
,$function
, and$accumulator
. - Cyclic data loading strategy improvements in Neo4j.
- A dedicated Cassandra
DataClass
row mapper. - Suspendible repository query methods for use with Kotlin. …