Skip to content

Compiled module descriptor in shadow-2.0.2.jar #352

@sormuras

Description

@sormuras

shadow-2.0.2.jar contains the module-info.class from ASM project. It reports:

  • org.objectweb.asm.commons (6.0)

as its name to the Java module system. Compiled module desriptors from other artifacts should not be present.

jar --describe-module reports:

org.objectweb.asm.commons@6.0 jar:file:///[...]shadow-2.0.2.jar/!module-info.class open
exports shadow.org.objectweb.asm.commons
requires java.base mandated
requires org.objectweb.asm transitive
requires org.objectweb.asm.tree transitive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions