-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Spring Session support broken post Spring Boot 2.0.0 M2 #455
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
Thanks for the heads up. I'll disable spring session for now and would like some guidance as how to restore it. IMO (and that's not the right place to discuss this) the recent changes of one jar per store is a step backwards with regards to usability. We won't add one entry per store here so where does that leave us? |
There are things that should happen in Spring Boot to improve the developer experience with Spring Session the way it has been modularized. Regardless, we need to restore spring session ASAP on the production instance. I've made a proposal in the Spring Boot related issue (spring-projects/spring-boot#9552 (comment)) Any feedback on the proposal would be welcome so that we can move forward with this. |
We are close to 2 months with this with zero feedback. |
Having in mind the current constraints in Boot/Initializr the proposal does seem as the best way to address the current. Obviously it isn't ideal that when user selects |
Due to recent changes in Spring Session which have been picked up by Boot in spring-projects/spring-boot@f26f817, Initializr generated projects that include Session will refer to non-existing
org.springframework.session:spring-session
artifact.The text was updated successfully, but these errors were encountered: