-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 9 Module name wrong for slf4j 2.x #1983
Comments
Thank you for noticing. We use BND to generate both our OSGi and JPMS descriptors. The problem is caused by the multi-release nature of Version As soon as our CI build finishes a new corrected |
Downgrade to 2.21.1 worked. Thanks for the quick help. |
@ppkarwasz 2.23.0-SNAPSHOT fixed the problem for me. When will you cut an official release? |
You can follow this discussion on |
Description
The module log4j-to-slf4j currently uses the following module-info.class:
This only works with slf4j 1.x, because the module name has changed with version 2.x of slf4j, it's now "org.slf4j".
https://github.com/qos-ch/slf4j/blob/master/slf4j-api/src/main/java9/module-info.java
Configuration
Version: 2.22.0
Operating system: Linux/Mac
JDK: Java 17
Logs
The text was updated successfully, but these errors were encountered: