mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b832df6087
Prior to this commit, the bean registration AOT contributions would register introspection and invocation hints on both declared and public methods for bean types. The bean introspection algorithm also looks at default methods implemented by interfaces when collecting bean property information. This commit ensures that introspection hints are registered for all implemented interfaces when registering beans. Closes gh-31350