• Brian Clozel's avatar
    Update HTTP/2 auto-configuration for Jetty · fea535d1
    Brian Clozel authored
    Prior to this commit, the HTTP/2 server auto-configuration for Jetty
    would require Conscrypt as a hard dependency.
    
    This commit updates the auto-configuration for more flexibility and now
    allows the following deployments:
    
    * JDK9+ with the JDK ALPN implementation
    * JDK8u252+ with the backported ALPN implementation
    * Conscrypt with no JDK requirement
    
    The auto-configuration now improves detection and guides developers in
    case there is a missing `jetty-alpn-*-server` dependency.
    
    The reference docs in the HOWTO section has been updated accordingly.
    
    Closes gh-22188
    fea535d1
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...