Skip to content

Fix symbolic reference class is not accessible #369

Description

@tommaso-borgato

[Description of the issue]

In WildflyImageOpenShiftProvisioner, we have a Java module system (JPMS) error.

The method references EnvVar::getName and EnvVar::getValue cause java.lang.invoke.MethodHandle (in java.base) to try to access
io.fabric8.kubernetes.api.model.EnvVar, which it can't due to module boundaries:

symbolic reference class is not accessible: class io.fabric8.kubernetes.api.model.EnvVar, from class java.lang.invoke.MethodHandle (module java.base)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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