This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new f73e30c Workaround for apache/camel-k-runtime#258
f73e30c is described below
commit f73e30c88e15a032afbfdd15cdfbf6a7254ee665
Author: lburgazzoli <[email protected]>
AuthorDate: Thu Mar 12 00:45:13 2020 +0100
Workaround for apache/camel-k-runtime#258
---
pkg/trait/openapi.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/trait/openapi.go b/pkg/trait/openapi.go
index 53cf20a..af40121 100644
--- a/pkg/trait/openapi.go
+++ b/pkg/trait/openapi.go
@@ -44,7 +44,7 @@ import (
const OpenAPITraitName = "openapi"
// CamelRestPortProperty ---
-const CamelRestPortProperty = "camel.rest.port"
+const CamelRestPortProperty = "camel.context.rest-configuration.port"
// CamelRestDefaultPort ---
const CamelRestDefaultPort = "8080"