FrankChen021 commented on PR #18540: URL: https://github.com/apache/druid/pull/18540#issuecomment-3303404172
> > why is the jdk not recommend for java 11? > > Another point is that the type name `jdk` is ambiguous, people may think it's the http client shipped in the `sun.net.www.http` package. > > https://github.com/fabric8io/kubernetes-client/tree/main/httpclient-jdk just reading from their README they mentioned java16+ having fixes that some use cases need. Did not evaluate deeply since Druid is pending drop of java11 support due to jetty upgrade anyways. Thanks for the info. From the link, I notice that the problem is related to web sockets, not the normal http request. So I think it's not our case here. > It will not work with websocket requests containing queries with encoded characters until the fix https://github.com/openjdk/jdk/commit/c07ce7eec71aefbd3cb624e03ca53f5148d01f19 which is available in Java 16 - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8245245 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
