Skip to content

GH-2988: Use @Config(proxyBeanMethods=false) #2989

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

Merged
merged 2 commits into from
Jul 22, 2019

Conversation

artembilan
Copy link
Member

Fixes #2988

For faster startup (and possibility to compile to native code with GraalVM)
use a proxyBeanMethods = false on all the @Configuration classes
in the Framework

  • Provide some other code style polishing

Fixes spring-projects#2988

For faster startup (and possibility to compile to native code with GraalVM)
use a `proxyBeanMethods = false` on all the `@Configuration` classes
in the Framework
* Provide some other code style polishing
@garyrussell garyrussell merged commit 084aaf7 into spring-projects:master Jul 22, 2019
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 this pull request may close these issues.

IntegrationManagementConfiguration could (should) use proxyBeanMethods=false
2 participants