Abacn commented on issue #33723: URL: https://github.com/apache/beam/issues/33723#issuecomment-3084160574
Currently failing due to ``` 2025-07-17 09:46:23.087 EDT java.lang.UnsupportedClassVersionError: org/apache/beam/sdk/fn/JvmInitializersTest$TestInitializer has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 55.0 2025-07-17 09:46:23.088 EDT at java.base/java.lang.ClassLoader.defineClass1(Native Method) 2025-07-17 09:46:23.088 EDT at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1022) ``` this is because the test used unversioned worker container (resolved to `us-central1-artifactregistry.gcr.io/google.com/dataflow-containers/worker/v1beta3/beam-java11-batch:20250627-02-rc00`) -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org