spring-framework/spring-beans
Brian Clozel 8064659136 Register bean reflection hint for property fields
Prior to this commit, the bean definition properties code generator
would register hints for invoking the setter methods of registered
property values defined for the bean definition.
The internal algorithm is also reflecting on the Field to discover
annotations. Doing so actually calls `getDeclaredFields` to iterate on
the available fields. This is done recursively up the type hierarchy
until the field is found.

This commit registers the required reflection metadata.

Closes gh-31390
2023-10-09 20:03:06 +02:00
..
src Register bean reflection hint for property fields 2023-10-09 20:03:06 +02:00
spring-beans.gradle Merge branch '6.0.x' 2023-08-02 01:04:31 +02:00