You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/23 08:21:16 UTC

[camel] branch regen_bot updated (4755c52 -> 249d794)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4755c52  CAMEL-15710: Activate OpenTracing spans to allow third-parties to integrate into Camel-initiated traces (#4497)
     add 77f7ea5  CAMEL-15716: Add WebSocket client support for subprotocols to camel-vertx-websocket (#4498)
     add 08e4baa  CAMEL-15732: Untangle reifier from builder.
     add 249d794  Regen for commit 08e4baa6779b41a9d7531f09fcbe1f725ed25572

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 +-
 .../VertxWebsocketEndpointConfigurer.java          |   5 +
 .../VertxWebsocketEndpointUriFactory.java          |   3 +-
 .../component/vertx/websocket/vertx-websocket.json |   1 +
 .../src/main/docs/vertx-websocket-component.adoc   |   3 +-
 .../websocket/VertxWebsocketConfiguration.java     |  13 ++
 .../vertx/websocket/VertxWebsocketEndpoint.java    |  16 ++-
 .../VertxWebsocketExternalServerTest.java          |  15 +-
 .../org/apache/camel/reifier/RouteReifier.java     | 158 ---------------------
 .../dsl/VertxWebsocketEndpointBuilderFactory.java  |  13 ++
 .../ROOT/pages/vertx-websocket-component.adoc      |   3 +-
 12 files changed, 68 insertions(+), 166 deletions(-)