Guava: Automatic-Module-Name missing from sub-module manifests

Created on 22 Aug 2017  路  3Comments  路  Source: google/guava

Version 23 was supposed to add Automatic-Module-Name to the manifest file but it only did so for guava-parent: https://github.com/google/guava/blob/v23.0/pom.xml#L119

Please add Automatic-Module-Name for all sub-modules otherwise JDK9 clients will end up with the wrong module name.

Most helpful comment

Any progress on this issue? 23.1 was released today, but I do not see Automatic-Module-Name in the manifest.

All 3 comments

I just hit this too. The Automatic-Module-Name needs to go in the main Guava jar file, not the parent (or any other jar files (eg. not in guava-testlib or guava-tests).

I think this should be fixed and released ASAP as 23.1 for example, given the fact that there is less than 20 days to JDK9 General Availability.

Any progress on this issue? 23.1 was released today, but I do not see Automatic-Module-Name in the manifest.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cpovirk picture cpovirk  路  5Comments

StuAtGit picture StuAtGit  路  5Comments

gissuebot picture gissuebot  路  5Comments

gissuebot picture gissuebot  路  5Comments

edwardlee03 picture edwardlee03  路  4Comments