-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
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 applyA suggestion or change that we don't feel we should currently apply