spring-projects / spring-session-data-mongodb

Spring Session for MongoDB
https://spring.io/projects/spring-session-data-mongodb
Apache License 2.0
50 stars 35 forks source link

Harmonize naming of session repositories #103

Closed vpavic closed 5 years ago

vpavic commented 5 years ago

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:

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