Closed
Description
#27829 introduced RuntimeHints
- a new infrastructure to register the need for runtime reflection, resources, proxying, and serialization on components.
While this infrastructure will help Spring modules to register such concerns, we don't have the testing infrastructure to ensure that existing registrations are enough to cover actual runtime behavior. Since most of those calls are done on JDK APIs, we should provide testing support that:
- intercepts such calls and records invocations
- collects invocations and perform assertions in our test suite