FasterXML / java-classmate

Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
http://fasterxml.com
Apache License 2.0
258 stars 42 forks source link

Add `Automatic-Module-Name` for JDK9 interoperability #38

Closed zyxist closed 6 years ago

zyxist commented 7 years ago

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 7 years ago

Agreed, good point.

cowtowncoder commented 6 years ago

Fixed, was included in 1.3.4.