javaee-samples / javaee8-samples

Java EE 8 Samples
Other
376 stars 238 forks source link

fix Jetty ALPN usage on newer OpenJDK releases #42

Closed Ladicek closed 4 years ago

Ladicek commented 4 years ago

I couldn't figure out how to make this configuration apply for 8u252 and above, so at least this works for 8u252 itself.

dmatej commented 4 years ago

Probably it could be resolved by some intelligent classloader providing one of possible jars on classpath, but it would take more time to implement it with disputable ugly result.

arjantijms commented 4 years ago

Thanks again! :)

Ladicek commented 4 years ago

We could probably use the Jetty ALPN agent: https://github.com/jetty-project/jetty-alpn-agent Well, perhaps next time :-)