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 2023/04/05 09:59:31 UTC

[camel] branch regen_bot updated (76ab7835e92 -> f9d5075bbb0)

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 76ab7835e92 Sync deps and regen
     add f9d5075bbb0 CAMEL-19238: Set default port for vertx-websocket wss scheme

No new revisions were added by this update.

Summary of changes:
 .../vertx/websocket/VertxWebsocketComponent.java   |  6 ++-
 .../vertx/websocket/VertxWebsocketConstants.java   |  3 ++
 .../vertx/websocket/VertxWebsocketEndpoint.java    | 48 +++++++++++++---------
 .../VertxWebsocketDefaultPortAssignmentTest.java   | 40 ++++++++++++++++++
 4 files changed, 77 insertions(+), 20 deletions(-)
 create mode 100644 components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketDefaultPortAssignmentTest.java