Skip to content
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 a 'Automatic-Module-Name' for Java 9 compatibility #184

Open
florian-beetz opened this issue Apr 28, 2018 · 0 comments
Open

Add a 'Automatic-Module-Name' for Java 9 compatibility #184

florian-beetz opened this issue Apr 28, 2018 · 0 comments

Comments

@florian-beetz
Copy link

Please provide an Automatic-Module-Name in the JAR manifests.

If no module name is explicitly defined, Java 9 uses the JAR file name as the module name. With the Scala naming scheme, the module name ends with ".2.12", which is invalid.
This makes this library incompatible with Java 9 at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant