[Bug]: Dataflow Example Java11/17 PreCommits actually running on Java 8 container #29168
Closed
1 of 16 tasks
Labels
Milestone
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
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
The text was updated successfully, but these errors were encountered: