From f585a0a35cf48985de567364f050d65f0796dd34 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 15 Mar 2022 13:47:38 -0700 Subject: [PATCH] Set Spring Data for Apache Geode (SDG) version to 3.0.0-SNAPSHHOT. Spring Boot 3.0 recently (https://github.com/spring-projects/spring-boot/commit/24158a7ab08923f9773baa730900f97b50024e98) started building against Spring Data 3.0 SNAPSHOTS. In Spring Data 3.0, the PagingAndSortingRepository interface was refactored to no longer extend the CrudRepository interface (the interfaces were split apart). As a result, the SDG GemfireRepository interface was also refactored to implement both CrudRepository and PagingAndSortingRepository, separately. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ee137e71..875242b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ springVersion=6.0.0-M2 springBootVersion=3.0.0-SNAPSHOT springCloudBindingsVersion=1.8.1 springDataBomVersion=2022.0.0-M1 -springDataGeodeVersion=3.0.0-M1 +springDataGeodeVersion=3.0.0-SNAPSHOT springDataGeodeTestVersion=1.0.0-M2 springSessionBomVersion=2022.0.0-M1 springSessionDataGeodeVersion=3.0.0-M1