flexmark-java icon indicating copy to clipboard operation
flexmark-java copied to clipboard

[LowPrio] [JPMS] ADD Java module descriptor

Open bademux opened this issue 2 years ago • 2 comments

It will be nice to have Java Platform Module System (project Jigsaw). I'm using JMPS with Jlink to create app+JDK distribution, but JPMS helps to expose only public APIs from the lib.

bademux avatar May 06 '23 22:05 bademux

We are using many flexmark dependencies in many Gradle projects configured with JPMS. Some gradle plugins cannot be upgrade anymore because they rely on the fact that all libraries should be fully modularised. Please take in consideration to increase the priority of this issue.

besidev avatar Dec 05 '23 17:12 besidev