Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Javadoc generation fails on Java11 #32726

Open
17 tasks
Abacn opened this issue Oct 10, 2024 · 0 comments
Open
17 tasks

[Bug]: Javadoc generation fails on Java11 #32726

Abacn opened this issue Oct 10, 2024 · 0 comments

Comments

@Abacn
Copy link
Contributor

Abacn commented Oct 10, 2024

What happened?

During 2.60.0 release, javadoc generation fails on Java11:

https://github.com/apache/beam/actions/runs/11263967402/job/31323007010

/home/runner/work/beam/beam/beam/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkBatchTranslationContext.java:24: error: package org.apache.beam.runners.flink.translation.utils does not exist
import org.apache.beam.runners.flink.translation.utils.LookupPipelineVisitor;
                                                      ^
100 errors
2 warnings

Using Java8, there is also many "error: package ... does not exist" due to some sources were excluded from doc generation. However it does not fail the task.

Issue Priority

Priority: 2 (default / most bugs 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: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant