You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this code snippet, the agent fails during the method invocation with an exception like:
java.lang.IllegalAccessException: class org.springframework.aot.agent.InstrumentedBridgeMethods cannot access a member of class org.springframework.sample.RuntimeHintsAgentTests$MyClass with modifiers "private"
The text was updated successfully, but these errors were encountered:
The
RuntimeHintsAgent
agent fails at instrumenting the following case:With this code snippet, the agent fails during the method invocation with an exception like:
The text was updated successfully, but these errors were encountered: