Abacn opened a new issue, #29168: URL: https://github.com/apache/beam/issues/29168
### What happened? It has puzzled me when doing #28967, after compiling the example with Java11/17, Dataflow gives unsupported Java version error. Digging into the log one can see ``` Downloaded container image us-central1-artifactregistry.gcr.io/google.com/dataflow-containers/worker/v1beta3/beam-java-streaming:20231008-20-rc00 checksummed successfully. ``` which means a Java 8 container is used, even though the test is running on Java17 and the latest dev container version is 20231026 It has been working so far because currently the examples are still compiled on Java8, and the test (compile and submitted by Java17) is only a thin wrapper of the former ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [X] 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
