Files
spring-boot-data-geode/gradle.properties
John Blum f585a0a35c 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.
2022-03-15 13:47:38 -07:00

22 lines
649 B
INI

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
antlrVersion=2.7.7
apacheGeodeVersion=1.14.3
awaitilityVersion=4.2.0
eclipseJettyVersion=9.4.39.v20210325
findbugsVersion=3.0.2
micrometerVersion=1.9.0-M3
multithreadedtcVersion=1.01
pivotalCloudCacheVersion=1.14.3
pivotalGemFireVersion=9.10.14
springVersion=6.0.0-M2
springBootVersion=3.0.0-SNAPSHOT
springCloudBindingsVersion=1.8.1
springDataBomVersion=2022.0.0-M1
springDataGeodeVersion=3.0.0-SNAPSHOT
springDataGeodeTestVersion=1.0.0-M2
springSessionBomVersion=2022.0.0-M1
springSessionDataGeodeVersion=3.0.0-M1
springShellVersion=1.2.0.RELEASE
testcontainersVersion=1.16.3
version=2.0.0-SNAPSHOT