Skip to content

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

Closed
dsyer opened this issue Jul 18, 2019 · 0 comments · Fixed by #2989
Closed

IntegrationManagementConfiguration could (should) use proxyBeanMethods=false #2988

dsyer opened this issue Jul 18, 2019 · 0 comments · Fixed by #2989
Assignees
Milestone

Comments

@dsyer
Copy link
Member

dsyer commented Jul 18, 2019

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).

@garyrussell garyrussell added this to the 5.2.M4 milestone Jul 18, 2019
@artembilan artembilan self-assigned this Jul 18, 2019
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
garyrussell pushed a commit that referenced this issue Jul 22, 2019
* GH-2988: Use `@Config(proxyBeanMethods=false)`

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

* * Fix Checkstyle violation
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants