Skip to content

Incompatible with Graalvm #2479

Description

@davecramer

Why do we need this? isDeprecated is never used anywhere that I know of.

this.deprecated = PGProperty.class.getField(name()).getAnnotation(Deprecated.class) != null;

Because PGProperty.class.getField(name()) is incompatible with graalvm's reflection abilities this causes the driver to fail in nativeCompilation mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions