https://bz.apache.org/bugzilla/show_bug.cgi?id=65787
Jan Tošovský <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Jan Tošovský <[email protected]> --- I mentioned Gluon/Native image to put my use case into broader context. However, the root cause of this problem is using dependencies without module-info.java, which is mandatory for jlink utility (https://docs.oracle.com/javase/9/tools/jlink.htm) It is true in 5.1 the list of problematic dependencies is shorter. [WARNING] * Required filename-based automodules detected: [commons-math3-3.6.1.jar, SparseBitSet-1.2.jar] Now it fails here Error: automatic module cannot be used with jlink: org.apache.commons.collections4 I investigated plans for module-info support and for commons-math it has been already implemented, but only for 4.x version without known ETA. SparseBitSets seem to be abandoned https://github.com/brettwooldridge/SparseBitSet so it would be safer to eliminate it completely. My goal is to bring this topic up. Even POI is great, it cannot be used in certain scenarios because of 3rd party code (dependencies). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
