You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/08 12:06:20 UTC

[camel] branch master updated (346d8f6 -> 6a864f4)

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

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


    from 346d8f6  Ported contribution on azure-storage-queue docs to src/main/docs of component
     add 6a864f4  CAMEL-15501: Enable Vert.x router to be configured on VertxWebsocketComponent (#4174)

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/vertx-websocket.json  |  1 +
 .../catalog/docs/vertx-websocket-component.adoc    |  3 +-
 .../VertxWebsocketComponentConfigurer.java         |  3 +
 .../component/vertx/websocket/vertx-websocket.json |  1 +
 .../src/main/docs/vertx-websocket-component.adoc   |  3 +-
 .../vertx/websocket/VertxWebsocketComponent.java   | 37 ++++++----
 .../vertx/websocket/VertxWebsocketRouterTest.java  | 84 ++++++++++++++++++++++
 .../dsl/VertxWebsocketComponentBuilderFactory.java | 13 ++++
 .../ROOT/pages/vertx-websocket-component.adoc      |  3 +-
 9 files changed, 133 insertions(+), 15 deletions(-)