Files
spring-boot/module/spring-boot-jetty
Brian Clozel 319e462cba Use new Jetty CompressionHandler
Prior to this commit, our Jetty support for compression was using the
`GzipHandler` which is deprecated as of Jetty 12.1.
This commit adds two new dependencies to the module and uses the new
`CompressionHandler` with the `GzipCompression` algorithm.

Closes gh-47134
2025-10-02 22:02:49 +02:00
..
2025-10-02 22:02:49 +02:00
2025-10-02 22:02:49 +02:00