-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Automatic-Module-Name for JDK9 interoperability #77
Comments
As to other repos; you can add issues for repos that are missing this, but I thought that parent pom actually includes instructions to generate module name. |
Looking at jars build for 2.9.6 for, say, java8 datetime, does show:
and similarly for base modules. So to me it seems like automatic name is included. Is Stephen's list generated from artifacts from Maven, or using some other means? |
yes, |
@forax Ah. That would explain it. Thank you for the follow-up, to make sure Jackson components' information is up to date. |
Hi,
FasterXML/jackson-core#397 add Automatic-Module-Name to core and databind but other projects like jackson-annotations were not updated.
Stephen Colebourne has started to list all projects that have a list an Automatic-Module-Name, as you can see only core and databind have been updated
https://github.com/jodastephen/jpms-module-names/blob/master/generated/module-maven.properties#L1
I personally need jackson-annotations and jackson-module-java8 so i will log a bug for these two modules but all modules should be updated IMO.
The text was updated successfully, but these errors were encountered: