eolivelli commented on pull request #11859: URL: https://github.com/apache/pulsar/pull/11859#issuecomment-909079950
This is the problem This Jetty dependency `http2-http-client-transport ` adds transitive dependencies depending on the JDK version. This is very bad because the build is unpredictable. https://repo1.maven.org/maven2/org/eclipse/jetty/http2/http2-http-client-transport/9.4.42.v20210604/http2-http-client-transport-9.4.42.v20210604.pom I believe that is it better to say that we build Pulsar 2.8.x with JDK11 and it is compatible with JDK8, but we stick to JDK11 optimized artifacts, as the Docker images by default run on JDK11. The problem affects only Presto Pulsar SQL. I will drop an email to dev@pulsar I believe that given this situation I can change my VOTE in 2.8.1rc0 from "-1" to "+1" -- 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]
