-
Methods Method Description io.dropwizard.core.server.AbstractServerFactory.addRequestLog(Server, Handler, String) Jetty 12 removes theRequestLogHandler
. Therefore, the signature of this method will be changed tovoid addRequestLog(Server server, String name, MutableServletContextHandler servletContextHandler)
.io.dropwizard.core.server.AbstractServerFactory.addStatsHandler(Handler) Graceful shutdown isn't performed with theStatisticsHandler
in Jetty 12 anymore and metrics are collected withInstrumentedHandlers
. Will be replaced by a method with signatureHandler addGracefulHandler(Handler handler)