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 InstantSerializer ignoring the JsonFormat shape #241

Closed KaseiFR closed 2 years ago

cowtowncoder commented 2 years ago

First of all: thank you for providing this patch! It makes sense.

Second: would it be possible to do PR against 2.14 instead of master? Master is for upcoming Jackson 3.0, and getting this released would occur much sooner via 2.14 release. I can handle merging from 2.14 to master but the reverse is bit more difficult due to various reasons.

KaseiFR commented 2 years ago

Here's the new PR: #242 I knew something was fishy when I couldn't find the config methods on ObjectMapper during testing: it's finally immutable !