You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.