opentracing-contrib/java-jaxrs

Update JAX-RS to 2.1

hypnoce opened this issue · 3 comments

Hi,

as requested in #49, JAX-RS was not updated to the latest version 2.1.
Do you think it brings value to do so ?

Thanks !

Francois

@hypnoce
IMHO if there are no features we want to use in JAX-RS integration and it is backwards compatible (it's sane to assume it is) then there is no benefit of doing so. It can accidentally bump the version of JAX-RS in projects using it when resolving version.

Indeed it is premature to do so now.

Nevertheless, the jaxrs dependency is declared as provided. Therefore there should not be any bump accident.

I think it makes more sense to work on this issue when upgrading the test dependencies to validate this instrumentation to newer versions of the jaxrs implementations.

Anyone up to speed with the current state of JAX-RS ? Is there anything that we'd need to do, or can this one be closed?