-
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
http3-server is leaking the Jetty logging service to web applications #9795
Comments
Unfortunate, for now just setup an exclusion. The problem isn't in quic-common as it has a The problem is coming from http3-common. Confirmed with a quick
|
Opened PR #9800 |
Related to #6112, I see that
org.eclipse.jetty.http3:http3-common:jar:11.0.14:compile
depends onorg.eclipse.jetty.quic:quic-common:jar:11.0.14:compile
which depends onorg.eclipse.jetty:jetty-slf4j-impl:jar:11.0.14:compile
which causes the following problem at runtime:The text was updated successfully, but these errors were encountered: