spring-framework/spring-core-test
Brian Clozel 3c22404bce Fix RuntimeHintsAgent instrumentation for method invocation
Prior to this commit, the `RuntimeHintsAgent` would instrument
`Method.invoke` in a way that fails when invoked methods are not public.

This commit ensures that before delegating the invocation call, the
instrumentation makes the method accessible before delegating the call.

Fixes gh-29046
2022-08-31 15:19:31 +02:00
..
src Fix RuntimeHintsAgent instrumentation for method invocation 2022-08-31 15:19:31 +02:00
spring-core-test.gradle Add RuntimeHintsAgent Java agent 2022-06-30 18:20:16 +02:00