GzipHandler has been deprecated for removal in Jetty 12.1.1. The replacement seems to require an extra artifact according to the requested compression, see the Javadoc of GzipHandler for more details.
The deprecation has been suppressed in org.springframework.boot.jetty.JettyHandlerWrappers but we need to figure out how we're going to replace that by CompressionHandler.