Skip to content

Adapt to native-image reflection changes #38669

Open
@mhalbritter

Description

@mhalbritter

GraalVM has some changes regarding reflection lined up:

  1. Querying methods, ctors, fields, etc. enabled by default for registered classes
  2. 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

No one assigned

    Labels

    status: blockedAn issue that's blocked on an external project changetheme: aotAn issue related to Ahead-of-time processingtype: taskA general task

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions