Add `Automatic-Module-Name` for JDK9 interoperability
zyxist opened this issue · 2 comments
zyxist commented
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.classmate, I suppose), rather than rely on the default generator that creates the name from the JAR archive name.
cowtowncoder commented
Agreed, good point.
cowtowncoder commented
Fixed, was included in 1.3.4.