jsvg icon indicating copy to clipboard operation
jsvg copied to clipboard

[Bug] Jlink fails with version 2.0.0

Open Jorge-Fern opened this issue 7 months ago • 3 comments

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.

Jorge-Fern avatar Jun 13 '25 16:06 Jorge-Fern

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.

weisJ avatar Jun 13 '25 20:06 weisJ

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.

weisJ avatar Jul 16 '25 12:07 weisJ

I can confirm that the snapshot fixes it

crschnick avatar Sep 07 '25 21:09 crschnick