You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
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 MongoDB should:
rename MongoOperationsSessionRepository to MongoIndexedSessionRepository
rename ReactiveMongoOperationsSessionRepository to ReactiveMongoSessionRepository
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 concreteSessionRepository
interface they implement.To align with the above, Spring Session Data MongoDB should:
MongoOperationsSessionRepository
toMongoIndexedSessionRepository
ReactiveMongoOperationsSessionRepository
toReactiveMongoSessionRepository
See spring-projects/spring-session@8cc8fbb for inspiration and strategy taken for preserving backwards compatibility.
The text was updated successfully, but these errors were encountered: