This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new 3633e14 Regen 3633e14 is described below commit 3633e1489841bf02029f561e22527565404e3ac2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 2 09:14:48 2021 +0100 Regen --- .../org/apache/camel/springboot/catalog/components/netty-http.json | 2 +- .../resources/org/apache/camel/springboot/catalog/components/netty.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json index 15c3976..3cec499 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json @@ -15,7 +15,7 @@ "version": "3.9.0-SNAPSHOT", "scheme": "netty-http", "extendsScheme": "netty", - "syntax": "netty-http:protocol:host:port\/path", + "syntax": "netty-http:protocol:\/\/host:port\/path", "async": true, "api": false, "consumerOnly": false, diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json index 476ddaf..35e9b5c 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json @@ -14,7 +14,7 @@ "version": "3.9.0-SNAPSHOT", "scheme": "netty", "extendsScheme": "", - "syntax": "netty:protocol:host:port", + "syntax": "netty:protocol:\/\/host:port", "async": true, "api": false, "consumerOnly": false,