Set Spring Data for Apache Geode (SDG) version to 3.0.0-SNAPSHHOT.

Spring Boot 3.0 recently (24158a7ab0) 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.
This commit is contained in:
John Blum
2022-03-15 13:47:38 -07:00
parent 6f73f26552
commit f585a0a35c

View File

@@ -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