egekaraosmanoglu opened a new issue, #7074: URL: https://github.com/apache/camel-quarkus/issues/7074
### Bug description Hi, When I expose an openapi spec with the Rest OpenApi component like below in Camel Quarkus and also it overwrites my other rest endpoint in the same application with the @Path annotation. And those endpoints start giving 404. rest().openApi().specification("openapi/order-api.yaml").missingOperation("ignore"); Btw, base path of the rest resources in the order-api.yaml and tthe base path of @Path rest controllers are completely different. For you information. Thanks, Regards Ege Karaosmanoglu -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org