Commit f585a0a
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments