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

Automatic-Module-Name clause added to jar manifest. #360

Merged
merged 1 commit into from
Dec 28, 2020
Merged

Automatic-Module-Name clause added to jar manifest. #360

merged 1 commit into from
Dec 28, 2020

Conversation

bjorndarri
Copy link
Contributor

Resolves #355

@scottf
Copy link
Contributor

scottf commented Dec 24, 2020

This is a Java 9 and later feature. It doesn't hurt anything to have it. It will help developers who chose to use the module feature, but for instance will fail if our dependencies are not modularized and cannot be determined automatically.

Here is the best article I found on it: https://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html

@nats-io nats-io deleted a comment from bjorndarri Dec 24, 2020
Copy link
Member

@ColinSullivan1 ColinSullivan1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @bjorndarri!

@ColinSullivan1 ColinSullivan1 merged commit af2b686 into nats-io:master Dec 28, 2020
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 this pull request may close these issues.

Automatic module name
3 participants