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

JavaTimeModule is default in JPMS module-info. Fixes #259 #260

Closed karbi closed 1 year ago

cowtowncoder commented 1 year ago

@karbi Makes sense, but for compatibility reasons I think this has to go in a minor version and not a patch. So could you please re-base against 2.15 branch?

cowtowncoder commented 1 year ago

Created #262 to target 2.15 -- will merge that. Thank you @karbi !