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

Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access #42950

Closed
philwebb opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

ConfigurationPropertiesBinder makes multiple calls to fetch BindHandler beans, but they shouldn't change so we can store them early and reuse the result.

@philwebb philwebb self-assigned this Oct 30, 2024
@philwebb philwebb added type: enhancement A general enhancement theme: performance Issues related to general performance labels Oct 30, 2024
@philwebb philwebb added this to the 3.4.0 milestone Oct 31, 2024
@philwebb philwebb changed the title Improve performance of ConfigurationPropertiesBinder by storing bind handlers early Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant