Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Harmonize naming of session repositories #103

Closed
vpavic opened this issue Sep 27, 2019 · 0 comments · Fixed by #108
Closed

Harmonize naming of session repositories #103

vpavic opened this issue Sep 27, 2019 · 0 comments · Fixed by #108
Milestone

Comments

@vpavic
Copy link
Contributor

vpavic commented Sep 27, 2019

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

See spring-projects/spring-session@8cc8fbb for inspiration and strategy taken for preserving backwards compatibility.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants