java-jaxrs
                                
                                
                                
                                    java-jaxrs copied to clipboard
                            
                            
                            
                        Any plans for JAX-RS 3.0 (jakarta.* namespace)?
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.
It would be great to have a clear statement regarding the JAX-RS 3.0 migration.
- opentracing-contrib seems abandoned and stuck to javax.*
 - opentelemetry-java-instrumentation does not support jakarta.* "yet"
 - Jersey doesn't seem to push new features into 2.x anymore
 
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.
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.