Replace usages of deprecated AbstractLifeCycleListener with LifeCycle.Listener #221
Labels
code cleanup
Fix issues reported by Sonar or any other code analysis tools
Milestone
In
StartupJettyLifeCycleListener
andStartupWithLockJettyLifeCycleListener
, directly implementLifeCycle.Listener
which now hasdefault
methods.Note: This is blocked until Dropwizard is updated to 2.0.29 which depends on Jetty 9.4.46.v20220331. I'm not sure when they deprecated it, but it is definitely deprecated in that version of Jetty.
The text was updated successfully, but these errors were encountered: