Skip to content

Missing main level module-info.class in the Maven artifact #1568

@envas

Description

@envas

The jar file published on Maven is missing module-info. It raises the runtime error:

java.lang.module.FindException: Module tools.jackson.core not found, required by tools.jackson.databind

when using Java Platform Module System (JPMS) => unusable for building applications with modules. (databind is OK).

See: https://docs.oracle.com/en/java/javase/11/docs/specs/jar/jar.html#:~:text=ordinary%20JAR%20file.-,Modular%20multi%2Drelease%20JAR%20files,directly%20in%20a%20versioned%20directory.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions