FasterXML / jackson-modules-java8

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

Support pattern for duration serializer #194

Closed obarcelonap closed 4 years ago

obarcelonap commented 4 years ago

Does not support duration serialization with fractions (see comments in #189). I would propose to merge first this so we can iterate and add fractions feature in the future.

cowtowncoder commented 4 years ago

LGTM! @kupci WDYT?

kupci commented 4 years ago

Yes, just looking at this in fact, and (much as I tried), could not find any issues, so yes, LGTM. Maybe @beamerblvd ?

cowtowncoder commented 4 years ago

Ok, will merge now!