[Bug] Jlink fails with version 2.0.0
Hello,
with latest version Jlink fails to build custom image with following error.
Error: Packages that are exported or open in com.github.weisj.jsvg are not present: [com.github.weisj.jsvg.provider]
Packages that are exported or open in com.github.weisj.jsvg are not present: [com.github.weisj.jsvg.provider]
I've checked and the package really does not exist inside the jar. Since the library seems to work fine I think the package is no longer needed just needs to be removed from module-info
I've rolled back to 1.7.2 for now.
Will fix soon, the more problematic part is that the new bnd-tools setup generates an open module, which is not what I want for the library.
The new 2.0.1-SNAPSHOT versions should fix this issue. Let me know if this is the case, then I will release a fix version.
I can confirm that the snapshot fixes it