mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
52ec031025
In order to write proper integration tests for the `RuntimeHintsAgent`, we need to load the java agent on the JVM and instrument test code to check that invocations are properly recorded. This commit adds the relevant build configuration to the integration-tests module and adds reflection tests for the agent. Closes gh-27981