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

Support JDK 9 modules #691

Closed
JonathanGiles opened this issue Dec 9, 2019 · 0 comments · Fixed by #781
Closed

Support JDK 9 modules #691

JonathanGiles opened this issue Dec 9, 2019 · 0 comments · Fixed by #781

Comments

@JonathanGiles
Copy link
Contributor

Refer to http://branchandbound.net/blog/java/2017/12/automatic-module-name/ for useful background.

Our issue at Microsoft is that our JDK 9-supporting libraries have a dependency on opentelemetry, but our build gives us a warning that we have a dependency on a library that does not have a module name specified. If the library could at the least have a Automatic-Module-Name, that would be hugely beneficial for us. Going further than this, to have a module-info.java is unnecessary, but a nice to have.

Adding this would be extremely quick and easy, and I would really appreciate it if this could be considered for a release in the near future.

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