jamesnetherton commented on issue #8066: URL: https://github.com/apache/camel-quarkus/issues/8066#issuecomment-3685494408
I looked into this a long time ago. It's currently not possible to do it automatically. The only way is to manually add some config like: ``` quarkus.swagger-ui.urls."camel"=/openapi ``` But we could maybe submit an enhancement to Quarkus where we add something like `SwaggerUiUrlBuildItem` and use it [here](https://github.com/quarkusio/quarkus/blob/138312385ccf3a058216020d74c9562b64865c17/extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiProcessor.java#L200-L205) to populate the map of URLs. -- 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]
