FasterXML / jackson-datatype-joda

Extension module to properly support full datatype set of Joda datetime library
Apache License 2.0
140 stars 82 forks source link

Remove support of `org.joda.time.DateMidnight` from Jackson 3.x #130

Closed cowtowncoder closed 1 year ago

cowtowncoder commented 1 year ago

Since org.joda.time.DateMidnight has been deprecated in Joda-time since 2.4, version we no longer even support, let's drop support from Jackson 3.x. Support will be left in 2.x for backwards compatibility (since Joda 2.x still includes it).