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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 0f2c857 Polished 0f2c857 is described below commit 0f2c8572335bf95ff28f61f04e96a7ad4b6605dd Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Aug 10 10:35:28 2024 +0200 Polished --- jbang/open-api-contract-first/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jbang/open-api-contract-first/application.properties b/jbang/open-api-contract-first/application.properties new file mode 100644 index 0000000..c426c79 --- /dev/null +++ b/jbang/open-api-contract-first/application.properties @@ -0,0 +1,2 @@ +camel.component.rest-openapi.mockIncludePattern = file:camel-mock/**,classpath:camel-mock/** +camel.server.enabled=true \ No newline at end of file