AOT bean registrations miss reflection hints on property fields #31390
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
See #31213 for background.
This issue is similar to #31293, but this time applies to missing reflection hints fields for property binding.
When the bean introspection processes a bean, we are reflecting on the fields to be bound with property values because of
ReflectionUtils#findField
calls. The missing reflection hint must be added on the right type, as the property value could be bound at any place in the type hierarchy.When the hint is missing, we can get exceptions like:
The text was updated successfully, but these errors were encountered: