Hello! JDK9 introduces a new manifest entry Automatic-Module-Name
that allows specifying the stable automatic module name for forward compatibility with Jigsaw.
It would be nice to specify the module name explicitly (something like com.fasterxml.jackson.core
, I suppose), rather than rely on the default generator that creates the name from the JAR archive name.
The other Jackson projects should be updated as well.