Closed
Description
At present, MongoDB based session repository implementations are a not quite aligned with other implementations that this project provides:
org.springframework.session.Session
implementation,org.springframework.session.data.mongo.MongoSession
, is apublic
component and not an internal implementation detail of a session repository implementation- there are several utilities with
public
visibility that could be either removed (org.springframework.session.data.mongo.Assert
) or madepackage private
(org.springframework.session.data.mongo.MongoSessionUtils
) - Add support for writing delta of changes to MongoDB session repositories #1993
- Add support for flush mode to MongoDB session repositories #1994