Skip to content

Extra module-info.class in 2.15.1 #1027

@tbnguyen1407

Description

@tbnguyen1407

problem

There are extra module-info.class in META-INF/versions

  • versions/9/module-info.class: contains com.fasterxml.jackson.core module
  • versions/X/module-info.class: contains ch.randelshofer.fastdoubleparser module

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

jackson-core-module-info-java

workaround

Manually deleting extra module-info.class (except versions/9) the build can succeed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions