-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Make jetty-10/11 work against slf4j-api 1.7.30 in addition to 2.0.0 #6385
Comments
@joakime comments? |
@joakime our |
I think this is doable on the jetty-slf4j-logging side. |
This issue has been automatically marked as stale because it has been a |
Do we still need to support this? |
No, just downgrading your slf4j-api version that you use with jetty is sufficient. |
jetty10/11
Currently, jetty builds against, and distributes slf4j-api version 2.0.0-alpha1. However, we have some users who need to run against the same slf4j version as older releases, which was slf4j-api 1.7.30.
We should modify the jetty-slf4j-logging implementation to also work against 1.7.30, build against 1.7.30, but distribute 2.0.0-alpha1 with jetty.home.
The text was updated successfully, but these errors were encountered: