jaegertracing / legacy-client-java

Legacy com.uber.jaeger java client
Apache License 2.0
5 stars 6 forks source link

com.uber.jaeger artifacts and packages are deprecated #13

Open yurishkuro opened 6 years ago

yurishkuro commented 6 years ago

The Jaeger client artifacts and packages com.uber.jaeger have been deprecated in favor of the new namespace io.jaegertracing. The official repository https://github.com/jaegertracing/jaeger-client-java/ has been updated to the new namespace, while the previous code has been moved into this repository, https://github.com/jaegertracing/legacy-client-java/. All users are advised to upgrade to the new namespace.

Migration

TODO