Skip to content

Provide better facilities for third-party Spring Session implementations #27738

@ghillert

Description

@ghillert

Currently, org.springframework.boot.autoconfigure.session.Storetype is a hard-coded enumeration of Spring Boot-supported session providers. It would be nice, if there was a way to make that more flexible in regards to third-party session providers. Maybe add a StoreType.OTHER property with an option to add a custom value to org.springframework.boot.autoconfigure.session.SessionStoreMappings?

Similarly, org.springframework.boot.autoconfigure.session.AbstractSessionCondition is presently not public. Even in present state this condition could still be useful for third-party providers as the condition would immediately back-off if any spring.session.store-type property is set.

Metadata

Metadata

Assignees

Labels

status: declinedA suggestion or change that we don't feel we should currently apply

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions