This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 127ee47d5719466fc321bebfedd47d44b7a33cfb
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 2 09:09:40 2021 +0100

    CAMEL-16280: NettyEndpointUriFactory#buildUri() not compatible with Netty 
endpoint URL
---
 .../resources/org/apache/camel/catalog/components/netty-http.json       | 2 +-
 .../generated/resources/org/apache/camel/catalog/components/netty.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
index 273e961..9844149 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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/src/generated/resources/org/apache/camel/catalog/components/netty.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty.json
index 2f80e03..1c1958d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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,

Reply via email to