This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
Releases: jaegertracing/jaeger-client-java
Releases · jaegertracing/jaeger-client-java
Release 0.24.0
- Remove apache instrumentation dependence on jaeger-context (#320)
- Remove JAX-RS2 instrumentation dependence on TracingUtils/jaeger-context (#319)
- Fix ClassCastException when a wrapped span impl is activated instead of the Jaeger Span (#327)
- Remove shadow dependency from jaeger-b3 (#309)
- Adding annotated filter priorities for Jersey filters (#329)
- Handle baggage null values better (#308)
Release 0.23.0
- Upgrade to OpenTracing API v0.31.0 (#313)
Release 0.22.0-RC2
- Break apart functionality of TracingRequestInterceptor (#248)
- Split out the jaxrs2 filters (#273)
- Add TraceContext backed by ActiveSpanSource (#266)
- Update to Apache License v. 2 (#262)
- Use io.opentracing.GlobalTracer instead of singleton in Configuration (#255)
- Tracer implements Closeable (#242)
- Fix: span builder should accept null in asChildOf (#243)