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

JPMS Strictly Named Modules #93

Closed GedMarc closed 5 years ago

GedMarc commented 5 years ago

JPMS Considerations

For Private/Protected Field Scanning, The required package should open to com.fasterxml.jackson.databind. This is how it currently works with automatic module naming, but it is now strictly enforced

GedMarc commented 5 years ago

Closing for the real one