Skip to content

Commit f585a0a

Browse files
committed
Set Spring Data for Apache Geode (SDG) version to 3.0.0-SNAPSHHOT.
Spring Boot 3.0 recently (spring-projects/spring-boot@24158a7) 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.
1 parent 6f73f26 commit f585a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ springVersion=6.0.0-M2
1212
springBootVersion=3.0.0-SNAPSHOT
1313
springCloudBindingsVersion=1.8.1
1414
springDataBomVersion=2022.0.0-M1
15-
springDataGeodeVersion=3.0.0-M1
15+
springDataGeodeVersion=3.0.0-SNAPSHOT
1616
springDataGeodeTestVersion=1.0.0-M2
1717
springSessionBomVersion=2022.0.0-M1
1818
springSessionDataGeodeVersion=3.0.0-M1

0 commit comments

Comments
 (0)