When looking into #6056, I have found that the OpenTracing project was discontinued, see
Jaeger is still alive, but I guess completely changed APIs, so we would have to redo the whole thing.
"Jaeger v1 has reached end-of-life on December 31, 2025 and will no longer receive updates."
For now we should remove:
<artifactId>open-tracing</artifactId>
<packaging>jar</packaging>
<name>jersey-examples-open-tracing</name>
and
<groupId>org.glassfish.jersey.incubator</groupId>
<artifactId>jersey-open-tracing</artifactId>
When looking into #6056, I have found that the OpenTracing project was discontinued, see
Jaeger is still alive, but I guess completely changed APIs, so we would have to redo the whole thing.
For now we should remove:
and