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

Update auto-configuration to use @Configuration(proxyBeanMethods=false) #2863

Closed
codefromthecrypt opened this issue Oct 18, 2019 · 1 comment · Fixed by #2864
Closed

Update auto-configuration to use @Configuration(proxyBeanMethods=false) #2863

codefromthecrypt opened this issue Oct 18, 2019 · 1 comment · Fixed by #2864

Comments

@codefromthecrypt
Copy link
Member

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

@codefromthecrypt
Copy link
Member Author

codefromthecrypt commented Oct 18, 2019

Note: this doesn't exist until Spring 5.2, which means we can't do it until Spring Boot 2.2

codefromthecrypt pushed a commit that referenced this issue Oct 18, 2019
`proxyBeanMethods` is disablable in Spring 5.2, shipped with Spring Boot 2.2

Fixes #2863
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant