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

Deserializing Interval discards timezone information #104

Closed Woodz closed 5 years ago

Woodz commented 6 years ago
Xyaren commented 6 years ago

The same Happenes with DateTime....

cowtowncoder commented 5 years ago

As per my notes on PR, this would require updating minimum required Joda version to 2.9. While not unreasonable (2.9 has been out for 4 years now), it needs to go in a new minor version, I think (as a general rule).

I send a note on jackson-dev mailing list, asking if anyone knew of potential issues, but assuming none reported, I can and will merge this for 2.11 branch.