Multi Release Jar broken

Issue #548 resolved
Alexander Schepp created an issue

I saw, that you added the module-info.java as a multi release jar with your 9.38 release. But your MANIFEST.MF file does not define Multi-Release: true as defined in https://openjdk.org/jeps/238 . This creates some undefined behaviour. For example my IDE thinks that the module name is com.nimbusds.jose.jwt, but maven thinks that the module name is nimbus.jose.jwt . This breaks your library.

Thanks for your work,

Alex

Comments (3)

  1. Vladimir Dzhuvinov

    Release out now:

    version 9.39.1 (2024-05-14)
        * Adds a multi-release declaration to pom.xml (iss #548).
        * Sets the Java source to 7 in the maven-javadoc-plugin configuration.
    

  2. Log in to comment