Skip to content

Provide testing infrastructure for RuntimeHints #27981

Closed
@bclozel

Description

@bclozel

#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

Metadata

Metadata

Assignees

Labels

in: testIssues in the test moduletheme: aotAn issue related to Ahead-of-time processingtype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions