-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
tinylog 2.4.0-M2 and slf4j-api:2.0.0-alpha5 : Class path contains slf4j bindings targeting api versions prior to 1.8 #223
Comments
Workaround: use SLF4J 2 Alpha2 until the release of tinylog 2.4.0 (planned for next week) |
Thanks! I will then wait for the next release! |
I have just released tinylog 2.4.0. It should work now. If not, please feel free to reopen this issue. |
Just tested with 2.4.0 Release, and I still get the same error in JabRef. I also tried adding tinylog-impl to the dependenices, but the same issues Module info:
./gradlew run
|
This is really odd. Could you provide a minimal example project that I can use for reproducing your issue? |
I will try to come up with something. |
I found the cause for the issue and going to release a bug fix tonight. |
Thanks a lot! |
2.4.1 is now working! |
This closed issue has been locked automatically. |
Describe the bug
Have a fully modularized JPMS Gradle java project and on trying to use slf4j and tinylog together, I get the following error:
To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
Environment
Java version: 16
The text was updated successfully, but these errors were encountered: