You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Dropwizard's Duration class now has the toJavaDuration method (which I know about because I contributed it to Dropwizard 😉), we can deprecate KiwiDropwizardDurations#fromDropwizardDuration.
Since Dropwizard's
Duration
class now has thetoJavaDuration
method (which I know about because I contributed it to Dropwizard 😉), we can deprecateKiwiDropwizardDurations#fromDropwizardDuration
.So, instead of:
you can now just do the more pleasant:
For now, we will just deprecate it but not for removal. Maybe we can decide to remove it at some point, but at present it isn't hurting anything.
The text was updated successfully, but these errors were encountered: