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.
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.
The text was updated successfully, but these errors were encountered:
philwebb
changed the title
Swith BindableRuntimeHintsRegistrar to use BeanUtils.getPropertyDescriptors
Switch BindableRuntimeHintsRegistrar to use BeanUtils.getPropertyDescriptors
Nov 17, 2022
wilkinsona
changed the title
Switch BindableRuntimeHintsRegistrar to use BeanUtils.getPropertyDescriptors
Configuration property is not bound in a native image when property has get, set, and is methods
Nov 17, 2022
I've turned this into a bug as the change made has fixed the problem described in #33242 where no metadata was generated for a property with methods like these:
BindableRuntimeHintsRegistrar
currently usesBeanInfoFactory
to get properties, I think we can safely switch toBeanUtils.getPropertyDescriptors
which will be a little simpler and also make use of caches.The text was updated successfully, but these errors were encountered: