-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Open
Labels
status: blockedAn issue that's blocked on an external project changeAn issue that's blocked on an external project changetheme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: taskA general taskA general task
Milestone
Description
GraalVM has some changes regarding reflection lined up:
- Querying methods, ctors, fields, etc. enabled by default for registered classes
- Throw exception if metadata is missing
Until 1. is done, we should not tackle 2, as 1. will remove a lot of places where 2. would fail.
When 1. is done, Spring Framework needs to adapt the RuntimeHints
API to use the new metadata field.
For reference, Spring Framework already did some adaption related to this in spring-projects/spring-framework#31213.
Metadata
Metadata
Assignees
Labels
status: blockedAn issue that's blocked on an external project changeAn issue that's blocked on an external project changetheme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: taskA general taskA general task