In Spring Session core modules we recently harmonized naming of session repositories - see spring-projects/spring-session#1455. This was triggered by addition of another Redis-backed SessionRepository implementation for 2.1 so we wanted that implementation name more closely reflect the concrete SessionRepository interface they implement.
To align with the above, Spring Session Data Geode should:
- rename
GemFireOperationsSessionRepository to GemFireIndexedSessionRepository (or even GeodeIndexedSessionRepository?)
See spring-projects/spring-session@8cc8fbb for inspiration and strategy taken for preserving backwards compatibility.
In Spring Session core modules we recently harmonized naming of session repositories - see spring-projects/spring-session#1455. This was triggered by addition of another Redis-backed
SessionRepositoryimplementation for 2.1 so we wanted that implementation name more closely reflect the concreteSessionRepositoryinterface they implement.To align with the above, Spring Session Data Geode should:
GemFireOperationsSessionRepositorytoGemFireIndexedSessionRepository(or evenGeodeIndexedSessionRepository?)See spring-projects/spring-session@8cc8fbb for inspiration and strategy taken for preserving backwards compatibility.