-
Notifications
You must be signed in to change notification settings - Fork 1.1k
IntegrationManagementConfiguration could (should) use proxyBeanMethods=false #2988
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
Milestone
Comments
artembilan
added a commit
to artembilan/spring-integration
that referenced
this issue
Jul 18, 2019
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
artembilan
added a commit
to artembilan/spring-integration
that referenced
this issue
Jul 18, 2019
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
artembilan
added a commit
to artembilan/spring-integration
that referenced
this issue
Jul 18, 2019
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
artembilan
added a commit
to artembilan/spring-kafka
that referenced
this issue
Jul 22, 2019
Related to spring-projects/spring-integration#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
pushed a commit
to spring-projects/spring-kafka
that referenced
this issue
Jul 22, 2019
* Use `@Configuration(proxyBeanMethods=false)` Related to spring-projects/spring-integration#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 * * Upgrade dependencies, including Gradle * More `exclude group: 'org.springframework'`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In common with all the
@Configuration
in Spring Boot, and (increasingly) in Framework, this flag makes for faster startup (and possibility to compile to native code with GraalVM).The text was updated successfully, but these errors were encountered: