You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "llowinge (via GitHub)" <gi...@apache.org> on 2023/02/22 11:58:33 UTC

[GitHub] [camel-quarkus] llowinge commented on issue #4192: Document the fact that the default value `/` of quarkus.cxf.path may cause RESTeasy endpoints to be inacessible

llowinge commented on issue #4192:
URL: https://github.com/apache/camel-quarkus/issues/4192#issuecomment-1439901367

   I've hit this issue while trying to deploy CQ + CXF on top of OpenShift. I've received such errros: ```
   11:36:07,343 Can't find the request for http://10.129.2.151:8080/q/health/ready's Observer
   11:36:07,346 Can't find the request for http://10.129.2.151:8080/q/health/ready's Observer
   ``` because when i don't configure `quarkus.cxf.path` then the `/q` endpoint is missing and the pod cannot run without liveness/readiness checks.
   
   @ppalaga The same problem will probably occur in plain Quarkus + OCP scenario, so i guess it should be not allowed from quarkus-cxf to catch-all with `/*`. 


-- 
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-unsubscribe@camel.apache.org

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