FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
399 stars 116 forks source link

Fix #196 ZonedDateTime deserialization skipped @JsonFormat features o… #198

Closed MaciejDobrowolski closed 3 years ago

MaciejDobrowolski commented 3 years ago

…verride if there were no other options defined on it. Added a fixed English Locale to tests b/c they were not passing in non-English environment.

CLA has been signed

cowtowncoder commented 3 years ago

Ok this makes sense. I am not sure why the guard statement was like it was but I can see why that prevented correct working. I think I'll make some slight changes beyond this PR, but will get it merged first. Thanks!