Consider making Session implementations public #2258
Labels
for: team-attention
This ticket should be discussed as a team before proceeding
in: jdbc
in: mongo-db
in: redis
type: enhancement
A general enhancement
Expected Behavior
It should be possible to extend or delegate to those implementations.
Current Behavior
SessionRepository
implementations are open for extension but cannot be extended, e.g. there is no way to overridecreateSession
orsave
methods.MongoSession
is an internal implementation detail of theMongoIndexedSessionRepository
implementation. That actually is not 100% true sinceMongoSession
is returned by the API.AbstractMongoSessionConverter
is meant to be extended accordingly to its javadoc, but it is not possible since its abstract methods work withMongoSession
and that implementation is package-privateContext
public
#2217The text was updated successfully, but these errors were encountered: