-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can I use slf4j 1.7.30? #3
Comments
Hi @lestephane, The short answer is: I believe you can use SLF4J 1.7 but it hasn't been tested. When I initially developed the library, it seemed like SLF4J 1.8 would be officially released soon, which is why I decided to test with the latest available version and to also in the documentation suggest to use 1.8. However, this library only has a runtime dependency on SLF4J and afaik no 1.8 specific API is being used. But this has not been tested. In case you want to give it a try, I'd be thrilled to hear from your experience. |
I'm going to test this, but I can't get it to work even with 1.8 as it stands. I'll file a separate issue for that when I have time. |
Thank you! I will try to assist you with both issues to the best of my abilities. |
Unfortunately it does not work with slf4j 1.7.30.
This is due to the missing SLF4J 1.8 and Loback 1.3 seems to have breaking changes according to https://stackoverflow.com/questions/55745651/logback-upgrade-from-1-1-11-to-1-3-0-alpha4-in-spring-boot-1-5-8-application |
I'm wondering if your use of a 1.8 beta version of slf4j is deliberate...
The text was updated successfully, but these errors were encountered: