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 module-info.java to enable the use of jlink #185

Open
tcfurrer opened this issue Oct 28, 2021 · 0 comments
Open

Add a module-info.java to enable the use of jlink #185

tcfurrer opened this issue Oct 28, 2021 · 0 comments

Comments

@tcfurrer
Copy link

tcfurrer commented Oct 28, 2021

Although #134 took the first step in the direction of providing basic support for JPMS modularity, there is still a problem for modular apps with a dependency on lz4-java. The jlink tool does not allow dependencies upon automatic modules. Although it is possible for these apps to workaround this using jdeps --generate-module-info, it would be nice to eliminate their need for that awkward workaround by simply creating a module-info.java to be included in the released .jar file.

@tcfurrer tcfurrer changed the title Add a module_info.java to enable the use of jlink Add a module-info.java to enable the use of jlink Oct 28, 2021
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

No branches or pull requests

1 participant