jamesnetherton opened a new issue #1309: URL: https://github.com/apache/camel-quarkus/issues/1309
I think it only happens when used in conjunction with the `platform-http` component. If you try to configure paths other than the default `/openapi.json` or `/openapi.yaml`, then you get a HTTP 204 response because the logic to figure out the `CamelContext` & `RestConfiguration` fails. Probably due to `PlatformHttpConsumer` setting the `CamelHttpPath` header. None of the other REST API components seem to be doing that, hence it works ok with those. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
