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
@Configuration(proxyBeanMethods=false)
I missed a spot when looking at performance tuning. cc @trustin @minwoox @anuraaga we should probably do this in armeria too.
See spring-projects/spring-boot#9068
The text was updated successfully, but these errors were encountered:
Note: this doesn't exist until Spring 5.2, which means we can't do it until Spring Boot 2.2
Sorry, something went wrong.
Updates to Spring Boot 2.2 and stops using proxyBeanMethods
9cf1734
`proxyBeanMethods` is disablable in Spring 5.2, shipped with Spring Boot 2.2 Fixes #2863
Successfully merging a pull request may close this issue.
I missed a spot when looking at performance tuning. cc @trustin @minwoox @anuraaga we should probably do this in armeria too.
See spring-projects/spring-boot#9068
The text was updated successfully, but these errors were encountered: