-
Notifications
You must be signed in to change notification settings - Fork 221
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
Build as Java 9 modules #70
Comments
It would help other Java 9 modules and their
|
I have an old branch I started earlier: https://github.com/jline/jline3/tree/wip-jigsaw |
Would now be possible to add the module-info to the project? |
It would be very nice if this can natively support jpms, so downstream projects can use jlink. |
Bumping. Downstream dependencies like https://github.com/ctongfei/progressbar still need a module-info from this in order to be usable with jlink |
Do you think you could rais a PR for that ? |
@gnodet I looked into adding module descriptors (first by locally bumping to java 9 and adding them and translating to moditect after), but I ran into a few issues
I started on that work a bit, fusesource/jansi#254.
|
And I suppose also
|
Yes, that's the problem, all dependencies have to be modularized... I'll have a look at your PR.
I think we need to ignore that one. If people want to use java modules, they'll have to use the thiner jars. For services, the TerminalProvider is obviously the main one. Implementations are provided by jline-terminal, jline-terminal-jna and jline-terminal-jansi. |
No description provided.
The text was updated successfully, but these errors were encountered: