-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MongoDB integration tests are failing #2118
Comments
This is apparently related to some recent changes in the Spring Security. If I set the Security dependency to |
This is due to spring-projects/spring-security#6613. I'm preparing the PR to adjust usage of Spring Security in various tests within the Spring Session codebase. |
As of spring-projects/spring-security#11653, Spring Security's [at]Enable*Security annotations are not meta annotated with [at]Configuration which breaks some of our tests. This commit adds missing [at]Configuration annotations where needed. Closes spring-projectsgh-2118
As of spring-projects/spring-security#11653, Spring Security's [at]Enable*Security annotations are not meta annotated with [at]Configuration which breaks some of our tests. This commit adds missing [at]Configuration annotations where needed. Closes gh-2118
Closing in favor of gh-2125 |
Some GitHub Actions runs where this happens:
The same issue happens for me locally.
The text was updated successfully, but these errors were encountered: