Dropwizard: Remove Joda Time in 2.0.0?

Created on 16 Jun 2018  路  5Comments  路  Source: dropwizard/dropwizard

Tracking issue for 2.0.0 milestone to consider replacing joda-time with java.time.

See previous discussion in #1486.

threeten-extra for missing features: http://www.threeten.org/threeten-extra/
SO write-up on differences: https://stackoverflow.com/a/24635657/4092025
Time library comparison: http://time4j.net/tutorial/appendix.html

stale

Most helpful comment

I like the idea of splitting jodatime support into dedicated modules (similar to what's being discussed for Guava) to minimize dependencies for those using DropWizard but not jodatime.

All 5 comments

Currently java.time and jodatime are both supported in Dropwizard. What are the reasons for dropping jodatime?

Wasn't aware that both were supported. Thanks!

I like the idea of splitting jodatime support into dedicated modules (similar to what's being discussed for Guava) to minimize dependencies for those using DropWizard but not jodatime.

Yeah I'll re-open this since there is discussion on the removing guava as a dependency

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

Was this page helpful?
0 / 5 - 0 ratings