You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConfigurationPropertiesBinder makes multiple calls to fetch BindHandler beans, but they shouldn't change so we can store them early and reuse the result.
The text was updated successfully, but these errors were encountered:
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
ConfigurationPropertiesBinder
makes multiple calls to fetchBindHandler
beans, but they shouldn't change so we can store them early and reuse the result.The text was updated successfully, but these errors were encountered: