jamesnetherton commented on issue #3142:
URL: https://github.com/apache/camel-quarkus/issues/3142#issuecomment-932139887


   @ennishol The issue probably occurs because in your Camel application you do 
not have `quarkus-resteasy` on the classpath. AFAIK JAX-RS `DynamicFeature` 
applies to the server side. So if the JAX-RS server bits aren't there, then I 
guess `QuarkusSmallRyeTracingDynamicFeature` gets removed.
   
   Not sure it's really Camel Quarkus at fault here. There is no hard 
requirement for RestEasy in Camel.
   
   I could make `QuarkusSmallRyeTracingDynamicFeature` unremovable in our 
OpenTracing extension if there's no RestEasy present, which would probably 
solve the problem.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to