vsch / flexmark-java

CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
BSD 2-Clause "Simplified" License
2.21k stars 260 forks source link

[LowPrio] [JPMS] ADD Java module descriptor #571

Open bademux opened 1 year ago

bademux commented 1 year ago

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.

besidev commented 7 months ago

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.