-
-
Notifications
You must be signed in to change notification settings - Fork 821
Closed
Milestone
Description
problem
There are extra module-info.class in META-INF/versions
versions/9/module-info.class: containscom.fasterxml.jackson.coremoduleversions/X/module-info.class: containsch.randelshofer.fastdoubleparsermodule
This fails JPMS build with error:
module-info.java:29: error: module not found: com.fasterxml.jackson.core
requires com.fasterxml.jackson.core;
Those other module-info.class files were not present in 2.15.0
workaround
Manually deleting extra module-info.class (except versions/9) the build can succeed.
Metadata
Metadata
Assignees
Labels
No labels
