Dear list, We have got a Spring Boot application which uses a Camel servlet running on a specific context path. Camel-open-api-java is used to generate the OpenAPI documentation for our API. We are upgrading this application from Camel 3.11.5 to 3.14.0. As described in the migration guide (https://camel.apache.org/manual/camel-3x-upgrade-guide-3_13.html#_camel_openapi_java_camel_swagger_java), the context path is now being added to the base path for all API calls. Since this context path is added to the list of server URL's as well, tools to generate client code based on our OpenAPI document try to access our API via a URL with a duplicated context path, for example http://localhost:8080/my-context-path/my-context-path/api/do-something. Any ideas what we are missing? Is there an option to prevent this from happening?
Kind regards, Bas Vanmeulebrouk, Civity, Handelsweg 6, 3707 NHÂ Zeist, the Netherlands, www.civity.nl, b...@civity.nl.