Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leverage (Reactive)SessionRepositoryCustomizer for SessionRepository customization #42

Open
vpavic opened this issue Sep 27, 2019 · 1 comment
Labels
already-exists This functionality is already implemented by SSDG. enhancement new feature

Comments

@vpavic
Copy link

vpavic commented Sep 27, 2019

Spring Session core recently introduced strategies for customizing SessionRepository and ReactiveSessionRepository without having to manually define those beans and therefore lose all the capabilities that configuration infrastructure supports.

See spring-projects/spring-session#1499 and spring-projects/spring-session@df3e4c5b.

@jxblum jxblum self-assigned this Sep 28, 2019
@jxblum jxblum added the already-exists This functionality is already implemented by SSDG. label Sep 28, 2019
@jxblum
Copy link
Contributor

jxblum commented Sep 28, 2019

This already somewhat exists since SSDG already included a SpringSessionGemFireConfigurer interface for such concerns.

However, I do see that the o.s.s.config.SessionRepositoryCustomizer is slightly different by design too.

Will add GemFire/Geode-specific SessionRepositoryCustomizer as another option.

@jxblum jxblum changed the title Leverage (Reactive)SessionRepositoryCustomizer for session repository customization Leverage (Reactive)SessionRepositoryCustomizer for SessionRepository customization Jun 5, 2020
@jxblum jxblum removed their assignment Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
already-exists This functionality is already implemented by SSDG. enhancement new feature
Projects
None yet
Development

No branches or pull requests

2 participants