sbordet on jetty-10.0.x-1350-dynamic_client_transport
Issue #1350 - Dynamic selection… (compare)
sbordet on jetty-10.0.x-132_client_connector
sbordet on jetty-10.0.x
Issue #132 - ClientConnector ab… Issue #132 - ClientConnector ab… Issue #132 - ClientConnector ab… and 2 more (compare)
sbordet on jetty-9.4.x-3311-http_https_same_port
Fixes #3311 - Ability to serve … (compare)
org.eclipse.jetty.websocket.servlet.WebSocketServlet
, which doesn't seem to have access to the session
Hi,
I've implemented the Jetty HTTP client logging approach which is described here: https://www.baeldung.com/spring-log-webclient-calls
But spring-cloud-sleuth has no instrumentation support for the Jetty HTTP client
Do you have any suggestions on how to implement Jetty HTTP client support with distributed tracing with sleuth?
Thank you
Exception in thread "main" java.lang.Error: java.lang.NoSuchMethodException: java.lang.Byte.valueOf(java.lang.String)
at org.eclipse.jetty.util.TypeUtil.<clinit>(TypeUtil.java:180)
at org.eclipse.jetty.http.PreEncodedHttpField.<clinit>(PreEncodedHttpField.java:42)
at org.eclipse.jetty.http.MimeTypes$Type.<init>(MimeTypes.java:91)
at org.eclipse.jetty.http.MimeTypes$Type.<clinit>(MimeTypes.java:49)
at org.eclipse.jetty.http.MimeTypes.lambda$static$0(MimeTypes.java:169)
at org.eclipse.jetty.util.Index$Builder.withAll(Index.java:346)
at org.eclipse.jetty.http.MimeTypes.<clinit>(MimeTypes.java:166)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:878)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:306)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171)
at org.eclipse.jetty.server.Server.start(Server.java:469)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89)
at org.eclipse.jetty.server.Server.doStart(Server.java:414)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
at se.rrva.EventServer.start(EventServer.java:66)
at se.rrva.Main.main(Main.java:14)
Caused by: java.lang.NoSuchMethodException: java.lang.Byte.valueOf(java.lang.String)
at java.lang.Class.getMethod(DynamicHub.java:2108)
at org.eclipse.jetty.util.TypeUtil.<clinit>(TypeUtil.java:151)
... 17 more