Abacn commented on code in PR #39905:
URL: https://github.com/apache/beam/pull/39905#discussion_r3872436768


##########
.github/workflows/beam_PostCommit_PortableJar_Flink.yml:
##########
@@ -76,6 +76,7 @@ jobs:
         uses: ./.github/actions/setup-environment-action
         with:
           python-version: default
+          java-version: '17'

Review Comment:
   I see
   ```
   Exception in thread "main" java.util.ServiceConfigurationError: 
java.net.spi.InetAddressResolverProvider: Provider 
org.xbill.DNS.spi.DnsjavaInetAddressResolverProvider not found
        at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593)
   ```
   due to CI bumped to Java21. This should be fixed by `'Multi-Release': 
'true'`. Does pin to Java17 still needed and why?



-- 
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]

Reply via email to