ppalaga opened a new issue, #4192:
URL: https://github.com/apache/camel-quarkus/issues/4192

   If `quarkus.cxf.path` is left unset, the Vert.x route for CXF is going to be 
mapped to a catch-all `/*` which in turn prevents other routes such as the ones 
for RESTeasy to deploy. So users should either set `quarkus.cxf.path` to some 
non-default value or they should make sure that they do not have any HTTP 
endpoints except for CXF. 
   
   We could perhaps also implement some checking of available 
`io.quarkus.vertx.http.deployment.RouteBuildItem` and fail if `/*` is not the 
only one.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to