-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Consider adding Spring Session starter #6082
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
Comments
I'm not convinced that we really need one for |
You do need the web stack as well, hence also the Anyway, I wasn't sure myself that merits the starter but since there are quite a few starters that pull the same amount of dependencies (or even less) and that all Spring projects Boot provides auto-configuration for do have their own starters, I've proposed this one for consistency sake. |
With the modules split, I think it's pretty clear we won't add a starter. We've discussed this today so I am closing this, we can reopen if I missed something. |
Agreed - I was about to close this myself today. |
Since Spring Boot provides auto-configuration capabilities for Spring Session, it might be useful to add a starter module.
See vpavic/spring-boot@947fbbc. If this approach is acceptable I can submit the PR based on this commit.
Alternatively, vpavic/spring-boot@a2e8453 adds multiple starters, one for each supported repository backend, however IMO a single starter is better and much simpler option.
The text was updated successfully, but these errors were encountered: