Skip to content

[Task]: Eliminate ClassLoadingStrategy.Default.INJECTION throughout Beam Java code base #30358

@Abacn

Description

@Abacn

What needs to happen?

Past works: #25578 #26508

ClassLoadingStrategy.Default.INJECTION requires the access to jdk internal API, which is discouraged and needs to explicit --add-opens jvm options in Java16+.

Current workaround is to add --jdkAddOpenModules=java.base/java.lang=ALL-UNNAMED to the pipeline option. However, we should clean up the remaining usages.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions