I find out Jetty-alpn 8.1.13 is incompatible with the latest jdk8u252-ga available at 04/14. The Jetty-alpn fails to build due to null session object static final SSLSessionImpl nullSession has been removed from SSLSessionImpl class since 8u252.
The Java 9 ALPN classes have been backported to OpenJDK 8u252, so there is no more need for this project.
See the updated README in the project front page.
Hi,
I find out Jetty-alpn 8.1.13 is incompatible with the latest jdk8u252-ga available at 04/14. The Jetty-alpn fails to build due to null session object
static final SSLSessionImpl nullSession
has been removed fromSSLSessionImpl
class since 8u252.