spring-projects / spring-data-geode

Spring Data support for Apache Geode
Apache License 2.0
51 stars 39 forks source link

Adapt to Repository API (findAll) changes in Spring Data Commons [DATAGEODE-173] #221

Closed spring-projects-issues closed 5 years ago

spring-projects-issues commented 5 years ago

John Blum opened DATAGEODE-173 and commented

Seems that DATACMNS-1482 changed the return type of CrudRepository.findAll():Iterable<T> from Collection to a org.springframework.data.util.Streamable, which broke SDG's RepositoryClientRegionIntegrationTests


Reference URL: https://build.spring.io/project/jiraRedirect.action?jiraIssueKey=DATACMNS-1482&bambooProjectKey=SPRINGDATACMNS

Referenced from: commits https://github.com/spring-projects/spring-data-geode/commit/7d1cb02581e833f3a34412bacf998b3d3a1c31d4

spring-projects-issues commented 5 years ago

John Blum commented

Also see DATACMNS-1484