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-spring-boot.git
commit 508fc6ea123c89f678656457fa39ae0583d993b8 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jul 3 14:07:14 2020 +0200 Regen --- .../org/apache/camel/springboot/catalog/components/vertx-websocket.json | 2 +- components-starter/README.adoc | 2 +- docs/modules/ROOT/pages/list.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json index 8e37838..eef3842 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json @@ -14,7 +14,7 @@ "version": "3.5.0-SNAPSHOT", "scheme": "vertx-websocket", "extendsScheme": "", - "syntax": "vertx-websocket:host:port\/resourceUri", + "syntax": "vertx-websocket:host:port\/path", "async": false, "consumerOnly": false, "producerOnly": false, diff --git a/components-starter/README.adoc b/components-starter/README.adoc index a53edc5..54db154 100644 --- a/components-starter/README.adoc +++ b/components-starter/README.adoc @@ -948,7 +948,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 deprecated) `vertx:address` | 2.12 | Send and receive messages to/from Vert.x Event Bus. | link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x WebSocket] (camel-vertx-websocket-starter) + -`vertx-websocket:host:port/resourceUri` | 3.5 | Camel WebSocket support with Vert.x +`vertx-websocket:host:port/path` | 3.5 | Camel WebSocket support with Vert.x | link:https://camel.apache.org/components/latest/vm-component.html[VM] (camel-vm-starter) + `vm:name` | 1.1 | Call another endpoint in the same CamelContext asynchronously. diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc index a53edc5..54db154 100644 --- a/docs/modules/ROOT/pages/list.adoc +++ b/docs/modules/ROOT/pages/list.adoc @@ -948,7 +948,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 deprecated) `vertx:address` | 2.12 | Send and receive messages to/from Vert.x Event Bus. | link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x WebSocket] (camel-vertx-websocket-starter) + -`vertx-websocket:host:port/resourceUri` | 3.5 | Camel WebSocket support with Vert.x +`vertx-websocket:host:port/path` | 3.5 | Camel WebSocket support with Vert.x | link:https://camel.apache.org/components/latest/vm-component.html[VM] (camel-vm-starter) + `vm:name` | 1.1 | Call another endpoint in the same CamelContext asynchronously.
