Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » HTTP/2 support with Jetty(Adding HTTP/2 package of Jetty)
HTTP/2 support with Jetty [message #1779498] Mon, 08 January 2018 18:27 Go to next message
Yonni Chen is currently offline Yonni ChenFriend
Messages: 2
Registered: December 2017
Junior Member
Hello,

I was wondering if a support for HTTP/2 with Jetty is planned for http://download.eclipse.org/eclipse/updates/4.7-M-builds/?

By checking : http://download.eclipse.org/eclipse/updates/4.7-M-builds/M-4.7.2RC4-201711300510/

I noticed that it includes HTTP/1.1 package of Jetty 9.4.7. but not HTTP/2. If it is not planned, who should I contact to ask to add it?

Thank you
Re: HTTP/2 support with Jetty [message #1779546 is a reply to message #1779498] Tue, 09 January 2018 13:32 Go to previous message
Joakim Erdfelt is currently offline Joakim ErdfeltFriend
Messages: 9
Registered: July 2009
Junior Member
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.
Previous Topic:Jetty server crashes
Next Topic:Jetty 8 Virtual Host
Goto Forum:
  


Current Time: Fri Apr 26 06:48:50 GMT 2024

Powered by FUDForum. Page generated in 0.07705 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top