This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new a110483 CAMEL-22116: Fix camel-openapi-validator to better support base-path such as SB war apps that are seperated by context-path a110483 is described below commit a11048320f43e8f5b94d063f953792318328b2ed Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jun 3 13:50:01 2025 +0200 CAMEL-22116: Fix camel-openapi-validator to better support base-path such as SB war apps that are seperated by context-path --- openapi-contract-first/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi-contract-first/src/main/resources/application.properties b/openapi-contract-first/src/main/resources/application.properties index dcec960..6a8b365 100644 --- a/openapi-contract-first/src/main/resources/application.properties +++ b/openapi-contract-first/src/main/resources/application.properties @@ -21,6 +21,9 @@ camel.main.name = CamelPetStore # application configuration petName = Tony the tiger +# to use a special context-path with spring boot +# server.servlet.context-path = /myapp + # to configure logging levels #logging.level.org.springframework = INFO #logging.level.org.apache.camel.spring.boot = INFO