spring-boot/spring-boot-project
Brian Clozel 381d759ef1 Support server.compression with reactive servers
This commit adds support for HTTP compression with reactive servers,
with the following exceptions:

* `server.compression.mime-types` and
`server.compression.exclude-user-agents` are not supported by Reactor
Netty at the moment

* `server.compression.min-response-size` is only supported by Reactor
Netty right now, since other implementations rely on the
`"Content-Length"` HTTP response header to measure the response size
and most reactive responses are using `"Transfer-Encoding: chunked"`.

Closes gh-10782
2018-01-16 16:01:34 +01:00
..
spring-boot Support server.compression with reactive servers 2018-01-16 16:01:34 +01:00
spring-boot-actuator Update AuditEventRepository javadoc to describe behaviour of after 2018-01-16 10:10:40 +00:00
spring-boot-actuator-autoconfigure Improve context hierarchy handling in Actuator endpoints 2018-01-16 09:53:52 +00:00
spring-boot-autoconfigure Tighten Liquibase auto-configuration to require Liquibase 3 2018-01-16 12:02:03 +01:00
spring-boot-cli Update copyright year of changed files 2018-01-09 12:13:27 -08:00
spring-boot-dependencies Remove hdrhistogram managed dependency 2018-01-15 11:36:28 +01:00
spring-boot-devtools Move server.session.* to server.servlet.session.* 2018-01-15 17:50:32 +01:00
spring-boot-docs Move spring.mvc.media-types to content-negotiation 2018-01-16 11:35:49 +01:00
spring-boot-parent Apply server.undertow.* config to reactive servers 2018-01-11 11:15:23 +01:00
spring-boot-starters Exclude tomcat-annotations-api and use javax.annotations-api instead 2018-01-04 10:25:39 +00:00
spring-boot-test Improve Kotlin extensions doc about type erasure 2018-01-16 10:19:12 +01:00
spring-boot-test-autoconfigure Update copyright year of changed files 2018-01-09 12:13:27 -08:00
spring-boot-tools Polish 2018-01-15 10:20:31 +01:00
pom.xml