Files
spring-projects-spring-fram…/integration-tests/src/test/java/org/springframework
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
..
2022-05-31 14:15:36 +02:00
2021-09-17 09:14:07 +02:00