Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 49d4013

Browse files
authored
Add deprecation notice
1 parent a38f937 commit 49d4013

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Released Version][maven-img]][maven] [![javadoc](https://javadoc.io/badge2/io.jaegertracing/jaeger-core/javadoc.svg)](https://javadoc.io/doc/io.jaegertracing/jaeger-core)
22
[![FOSSA Status][fossa-img]][fossa]
33

4+
# 🛑 This library is being deprecated!
5+
6+
We urge all users to migrate to [OpenTelemetry](https://opentelemetry.io/). Please refer to the [notice in the documentation](https://www.jaegertracing.io/docs/latest/client-libraries/#deprecating-jaeger-clients) for details.
7+
48
# Jaeger's Tracing Instrumentation Library for Java
59

610
* Intended to be used with [Jaeger](https://github.com/jaegertracing/jaeger) backend, but can also be configured to send traces to Zipkin.
711
* Implements [OpenTracing Java API](https://github.com/opentracing/opentracing-java).
8-
* Supports Java 1.6 and above
9-
10-
## OpenTelemetry
11-
12-
The Jaeger Client for Java is an implementation of the OpenTracing API. For the future, we recommend using the [OpenTelemetry](https://opentelemetry.io) API instead. For applications that are already using the Jaeger client with OpenTracing API, we published a blog post with the migration steps: ["Migrating from Jaeger client to OpenTelemetry SDK"](https://medium.com/jaegertracing/migrating-from-jaeger-client-to-opentelemetry-sdk-bd337d796759).
12+
* Supports Java 1.8 and above
1313

14-
#### Package rename to `io.jaegertracing`
14+
## Package rename to `io.jaegertracing`
1515

1616
The group ID `com.uber.jaeger` has been deprecated and moved to a different [repository][legacy-client-java].
1717
Please switch to `io.jaegertracing`, as the old group ID will be maintained only for bug fixes.

0 commit comments

Comments
 (0)