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 #242

Closed KaseiFR closed 2 years ago

cowtowncoder commented 2 years ago

Looks good, added some minor comments.

One thing we do need -- if not already done -- is to get the CLA:

https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf

it's a one-time thing, good for all contributions, so once we have it, no need to send again.

The usual method is to print CLA, fill & sign, scan/photo, email to info at fasterxml dot com. Once we have it, I can proceed to merge this contribution.

Thank you again for submitting it!

cowtowncoder commented 2 years ago

CLA received, merging.

cowtowncoder commented 2 years ago

Merged, thank you @KaseiFR!