FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

JPMS Strictly Named Modules #145

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

cowtowncoder commented 5 years ago

Question on "JSON Setter - couldn't find merge annotation method on branch 2.9" -- not sure what this refers to?

GedMarc commented 5 years ago

Closing for the real one