|
Re: HTTP/2 support with Jetty [message #1779546 is a reply to message #1779498] |
Tue, 09 January 2018 08:32  |
Eclipse User |
|
|
|
HTTP/2 support requires a -XBootclasspath entry to add the required ALPN support layer to the TLS implementation found in the OpenJDK JVM.
This alpn-boot.jar is highly OpenJDK/JVM specific and you must use a specific version of alpn-boot.jar for each specific version of the OpenJDK/JVM you are using.
This -XBootclasspath requirement for ALPN also only works with OpenJDK, it is not supported on any other JVM (eg: IBM).
This -XBootclasspath requirement goes away with JDK9+.
It's unlikely to see Eclipse supporting JVM neutral HTTP/2 at this point in time, unless Eclipse 4.7 wants to go with JDK9+ as a minimum requirement.
|
|
|
Powered by
FUDForum. Page generated in 0.10234 seconds