FasterXML / jackson-datatype-joda

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

Improve schema support for DateTimeZone type #116

Closed jwijgerd closed 4 years ago

jwijgerd commented 4 years ago

make DateTimeZoneSerializer set the type to "string" to improve schema support (currently the type will be any)

cowtowncoder commented 4 years ago

Sounds good, thank you for providing this patch!

cowtowncoder commented 4 years ago

Merged, backported in 2.12 (for 2.12.0) as well.