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

Fix Spring Security configuration in tests #2125

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

vpavic
Copy link
Contributor

@vpavic vpavic commented Aug 17, 2022

As of spring-projects/spring-security#11653, Spring Security's @Enable*Security annotations are not meta annotated with @Configuration which breaks some of our tests.

This commit adds missing @Configuration annotations where needed.

Closes gh-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 spring-projectsgh-2118
@rwinch rwinch self-assigned this Aug 19, 2022
@rwinch rwinch added type: bug A general bug in: build An issue in the build labels Aug 19, 2022
@rwinch rwinch added this to the 3.0.0-M3 milestone Aug 19, 2022
@rwinch rwinch merged commit b85ec4d into spring-projects:3.0.x Aug 19, 2022
@vpavic vpavic deleted the fix-security-config branch August 19, 2022 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: build An issue in the build type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants