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

Use @Configuration(proxyBeanMethods=false) to avoid unnecessary gener… #433

Conversation

PascalSchumacher
Copy link
Contributor

…ation of cglib proxies.Cglib proxy creation can be an expensive operation.

Similar to spring-projects/spring-boot#9068

I think this is a breaking change if somebody calls methods on the configuration classes.

@whiskeysierra
Copy link
Collaborator

👍

@whiskeysierra
Copy link
Collaborator

Can you sign your commits?

…ation of cglib proxies.

Signed-off-by: Pascal Schumacher <pascalschumacher@gmx.net>
@PascalSchumacher PascalSchumacher force-pushed the use_Configuration_proxyBeanMethods_false branch from c30a5c1 to d4b215c Compare February 1, 2020 14:03
@PascalSchumacher
Copy link
Contributor Author

Can you sign your commits?

I updated the commit to add Signed-off-by (not sure if that was what you requested?).

@whiskeysierra
Copy link
Collaborator

@PascalSchumacher
Copy link
Contributor Author

To much for work for one trival change. Sorry.

@whiskeysierra
Copy link
Collaborator

👍

@whiskeysierra
Copy link
Collaborator

Fair enough. I disabled the check for now.

@whiskeysierra whiskeysierra merged commit d7551dd into zalando:master Feb 3, 2020
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.

2 participants