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
Describe the bug
Automatic-Module-Name with dashes in the MANIFEST.MF:
Automatic-Module-Name: graphql-java-extended-scalars
Fix: It should contain dots instead of dashes.
To Reproduce
Create a Java 9+ project with modules activated (module-info.java file present).
Although you can ddd the graphql-java-extended-scalars dependency, you won't be able to use it.
Note that the graphql-java project doesn't have this issue, as contains in the Automatic-Module-Name: graphql.java
The text was updated successfully, but these errors were encountered:
tetv
changed the title
Fix Automatic-Module-Name by replacing dashes with dots to support Java Modularisation
Fix Automatic-Module-Name by replacing dashes with dots to support Java 9+ Module Projects
Apr 25, 2022
lkorth
added a commit
to lkorth/graphql-java-extended-scalars
that referenced
this issue
Jun 8, 2022
Describe the bug
Automatic-Module-Name with dashes in the MANIFEST.MF:
Automatic-Module-Name: graphql-java-extended-scalars
Fix: It should contain dots instead of dashes.
To Reproduce
Create a Java 9+ project with modules activated (module-info.java file present).
Although you can ddd the graphql-java-extended-scalars dependency, you won't be able to use it.
Note that the graphql-java project doesn't have this issue, as contains in the Automatic-Module-Name: graphql.java
The text was updated successfully, but these errors were encountered: