spring-boot/spring-boot-project
Brian Clozel bb9396e3a4 Enable HTTP/2 support for Tomcat and Undertow
This commit enables HTTP/2 support for Tomcat and Undertow, for both
Servlet-based and Reactive applications.

Enabling the `server.http2.enabled` configuration flag is enough with
Undertow.

Tomcat has a few prerequisites:

* Tomcat 8.5 requires JDK8+ and the proper libtcnative version installed
on the host
* Tomcat 9.0.x requires JDK9+

Closes gh-10043
2017-11-03 14:10:40 +01:00
..
spring-boot Enable HTTP/2 support for Tomcat and Undertow 2017-11-03 14:10:40 +01:00
spring-boot-actuator Polish 2017-11-03 00:13:02 -07:00
spring-boot-actuator-autoconfigure Polish 2017-11-03 00:13:02 -07:00
spring-boot-autoconfigure Add Http2 configuration properties 2017-11-03 13:56:06 +01:00
spring-boot-cli Drop support for Spring Mobile 2017-11-02 14:39:46 +00:00
spring-boot-dependencies Remove dependency management for spring-boot-starter-mobile 2017-11-03 11:48:46 +00:00
spring-boot-devtools Remove System.out::println 2017-11-02 11:04:46 +01:00
spring-boot-docs Enable HTTP/2 support for Tomcat and Undertow 2017-11-03 14:10:40 +01:00
spring-boot-parent Add CF support for reactive actuators 2017-11-02 18:00:55 -07:00
spring-boot-starters Drop support for Spring Mobile 2017-11-02 14:39:46 +00:00
spring-boot-test Support custom SpringBootContextLoader environment 2017-11-02 23:22:16 -07:00
spring-boot-test-autoconfigure Polish 2017-11-01 23:14:52 -07:00
spring-boot-tools Restore execution permission on launch.script 2017-11-02 23:22:17 -07:00
pom.xml