We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to spring-projects/spring-framework#23004 we should make Spring Security's configuration classes proxyBeanMethods=false by default.
Related gh-6818
The text was updated successfully, but these errors were encountered:
Disable bean proxying in configuration classes
d31eab6
Fixes spring-projectsgh-6967
1ec040e
Fixes gh-6967
@aclement We have now set proxyBeanMethods=false for spring security configurations and merged this change to master.
proxyBeanMethods=false
Sorry, something went wrong.
a37ce53
eleftherias
Successfully merging a pull request may close this issue.
Summary
Similar to spring-projects/spring-framework#23004 we should make Spring Security's configuration classes proxyBeanMethods=false by default.
Related gh-6818
The text was updated successfully, but these errors were encountered: