You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/07/03 06:06:00 UTC

[camel] branch master updated (f162b40 -> 4605e5d)

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

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


    from f162b40  Regen
     new 1b1f335  CAMEL-14956: Fix vertx-websocket multi consumer test so that the producer sends to all intended paths
     new 4605e5d  CAMEL-14956: Polish docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/catalog/docs/vertx-websocket-component.adoc    | 2 +-
 .../src/main/docs/vertx-websocket-component.adoc                    | 2 +-
 .../component/vertx/websocket/VertxWebsocketMultiConsumerTest.java  | 6 +++---
 docs/components/modules/ROOT/pages/vertx-websocket-component.adoc   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)


[camel] 02/02: CAMEL-14956: Polish docs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4605e5d0746748418d3fc4ebc88f5c4b074b70c6
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jul 3 07:04:49 2020 +0100

    CAMEL-14956: Polish docs
---
 .../org/apache/camel/catalog/docs/vertx-websocket-component.adoc        | 2 +-
 .../camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc  | 2 +-
 docs/components/modules/ROOT/pages/vertx-websocket-component.adoc       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc
index 0b3329f..a563098 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc
@@ -11,7 +11,7 @@
 
 *{component-header}*
 
-The Vert.x WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
+The http://vertx.io/[Vert.x] WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
diff --git a/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc b/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
index 0b3329f..a563098 100644
--- a/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
+++ b/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
@@ -11,7 +11,7 @@
 
 *{component-header}*
 
-The Vert.x WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
+The http://vertx.io/[Vert.x] WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
diff --git a/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc b/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc
index bbbe4b6..58b508f 100644
--- a/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc
+++ b/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc
@@ -13,7 +13,7 @@
 
 *{component-header}*
 
-The Vert.x WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
+The http://vertx.io/[Vert.x] WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:


[camel] 01/02: CAMEL-14956: Fix vertx-websocket multi consumer test so that the producer sends to all intended paths

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1b1f33571e0f773a3a8174b4ef27b1c1a5a4ce8c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jul 3 06:27:37 2020 +0100

    CAMEL-14956: Fix vertx-websocket multi consumer test so that the producer sends to all intended paths
---
 .../component/vertx/websocket/VertxWebsocketMultiConsumerTest.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketMultiConsumerTest.java b/components/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketMultiConsumerTest.java
index be4f14e..86730e1 100644
--- a/components/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketMultiConsumerTest.java
+++ b/components/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketMultiConsumerTest.java
@@ -28,10 +28,10 @@ public class VertxWebsocketMultiConsumerTest extends VertxWebSocketTestSupport {
     @Test
     public void testMultipleConsumersForSameHostAndPort() throws Exception {
         MockEndpoint mockEndpoint = getMockEndpoint("mock:result");
-        mockEndpoint.expectedBodiesReceivedInAnyOrder("Hello A", "Hello B", "Hello C");
+        mockEndpoint.expectedBodiesReceivedInAnyOrder("Hello a", "Hello b", "Hello c");
 
-        Stream.of("A", "B", "C").forEach(body -> {
-            template.sendBody("vertx-websocket:localhost:" + port + "/test/a", body);
+        Stream.of("a", "b", "c").forEach(body -> {
+            template.sendBody("vertx-websocket:localhost:" + port + "/test/" + body, body);
         });
 
         mockEndpoint.assertIsSatisfied();