opentracing-contrib / java-jaxrs

OpenTracing Java JAX-RS instrumentation
Apache License 2.0
37 stars 33 forks source link

Any plans for JAX-RS 3.0 (jakarta.* namespace)? #152

Open xstefank opened 2 years ago

xstefank commented 2 years ago

Are there any plans to update to https://jakarta.ee/specifications/restful-ws/3.0/ and thus switch to jakarta.* namespace, please? We would like to make the jakarta adjustments in the SmallRye OpenTracing project.

cykl commented 2 years ago

It would be great to have a clear statement regarding the JAX-RS 3.0 migration.

As a long time user of both JAX-RS and Opentracing, current state of the ecosystem is depressing and no one seems to actually care.

safetytrick commented 1 year ago

We are between a rock and a hard place. OTEL isn't quite ready yet, opentracing is supported but not being updated and support for the javax namespace is ending (Spring boot 2 for instance is EOL in November and mandates the jakarta update.).

edit: I guess I am wrong, OTEL is stable and I need to make my migration happen.