JPMS support
See original GitHub issueIt would be nice to be able to use jcommander in an app built by jlink
. This could be done if it defined a module-info.class
for use with JPMS (apparently the automatically declared modules used in the manifest aren’t good enough for jlink)
Even without the driver of jlink, integration with JPMS will be useful as more people switch to using modules as a part of their build and when Java 11 ships.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:7
Top Results From Across the Web
What is JPMS? Introducing the Java Platform Module System
The Java Platform Module System (JPMS) is a code-level structure, so it doesn't change the fact that we package Java into JAR files....
Read more >Understanding Java 9 Modules - Oracle
In this article, I introduce the Java 9 Platform Module System (JPMS), ... A crucial aspect of Java 9 is dividing the JDK...
Read more >Java Platform Module System - Wikipedia
The Java Platform Module System specifies a distribution format for collections of Java code and associated resources. It also specifies a repository for ......
Read more >Problems with Java modules still plague developers
The main thing JPMS adds to the prior specifications is built-in JVM support, whereas OSGi and JBoss Modules rely on a container abstraction ......
Read more >A Guide to Java 9 Modularity - Baeldung
... as the Java Platform Module System (JPMS), or “Modules” for short. ... By now, support for Java 9 modules has been added...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems that a module name was published in
1.75
and then withdrawn again in1.78
. What’s going on?thanks, @ice1000