FasterXML / jackson-modules-java8

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

add handling of JsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS #277

Closed raman-babich closed 1 year ago

raman-babich commented 1 year ago

Fixes #272

cowtowncoder commented 1 year ago

Thank you for submitting this, @raman-babich ! I hope to review that in near future, but I do have some backlog. Maybe others can give feedback in the meantime.

Also; unless we have CLA from you, before merging the first PR, we'd need it from here:

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

(usual way being to print it, fill & sign, scan/photo, email to info at fasterxml dot com)

and once we have it (only needed once so if you have sent one before, just let us know) merging is possible.

Thank you once again & looking forward to getting this merged!

raman-babich commented 1 year ago

What should I specify as a project name, jackson or jackson-module-java8?

cowtowncoder commented 1 year ago

@raman-babich Sorry I missed this: feel free to just use "Jackson" (both work fwtw but generic is better)

raman-babich commented 1 year ago

Have sent signed CLA.

cowtowncoder commented 1 year ago

CLA received.

cowtowncoder commented 1 year ago

Thank you @raman-babich !