- changed status to open
Multi Release Jar broken
Issue #548
resolved
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)
-
-
- changed status to resolved
Fixed here: f677a3e45b5b13ff86fdb8a5d061a0de875d7355
Credits Sebastian Stenzel
-
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.
- Log in to comment
Thanks for this report. We'll check this out.