Closed
Description
Once #29205 is applied, several tests will start failing as Framework consistently uses ReflectionUtils#findMethod
on registered beans for various reasons (finding init/detroy methods by name, looking for annotations). The existing infrastructure already adds targeted introspection/invocation hints, but this change takes a broader approach where we recognize that beans are very likely to be introspected by framework infrastructure.