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
BindableRuntimeHintsRegistrar currently uses BeanInfoFactory to get properties, I think we can safely switch to BeanUtils.getPropertyDescriptors which will be a little simpler and also make use of caches.