Skip to content

Commit fb7026b

Browse files
committed
Add documentation for HTTP/2 support in Jetty
See gh-10902
1 parent 890c28d commit fb7026b

File tree

1 file changed

+9
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+9
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,6 @@ Spring Boot does not support `h2c`, the cleartext version of the HTTP/2 protocol
747747
must <<howto-configure-ssl, configure SSL first>>.
748748
====
749749

750-
Currently, only Undertow and Tomcat are supported with this configuration key.
751-
752750

753751

754752
[[howto-configure-http2-undertow]]
@@ -757,6 +755,15 @@ As of Undertow 1.4.0+, HTTP/2 is supported without any additional requirement on
757755

758756

759757

758+
[[howto-configure-http2-jetty]]
759+
==== HTTP/2 with Jetty
760+
As of Jetty 9.4.8, HTTP/2 is also supported with the
761+
https://www.conscrypt.org/[Conscrypt library].
762+
To enable that support, your application needs to have two additional dependencies:
763+
`org.eclipse.jetty:jetty-alpn-conscrypt-server` and `org.eclipse.jetty.http2:http2-server`.
764+
765+
766+
760767
[[howto-configure-http2-tomcat]]
761768
==== HTTP/2 with Tomcat
762769
Spring Boot ships by default with Tomcat 8.5.x. With that version, HTTP/2 is only

0 commit comments

Comments
 (0)