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

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


    from 33b2c6c8f52 Upgrade to spring 6.0.6
     new 1c5e254ab31 CAMEL-19109: Avoid blocking Vert.x event loop in 
vertx-websocket consumers
     new 0e1faf0d33f camel-vertx-websocket: Fix flaky tests

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:
 .../websocket/VertxWebsocketClientConsumer.java    | 35 +++++++++--
 .../vertx/websocket/VertxWebsocketConsumer.java    | 45 +++++++++-----
 .../vertx/websocket/VertxWebSocketEventTest.java   |  9 ++-
 .../VertxWebSocketSlowClientConsumerTest.java      | 68 ++++++++++++++++++++++
 ...st.java => VertxWebSocketSlowConsumerTest.java} | 47 +++++++++------
 .../vertx/websocket/VertxWebSocketTestSupport.java | 35 +++++++++++
 ...WebsocketConsumerAsClientMaxReconnectTest.java} | 49 ++--------------
 ...ertxWebsocketConsumerAsClientReconnectTest.java | 42 -------------
 8 files changed, 204 insertions(+), 126 deletions(-)
 create mode 100644 
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebSocketSlowClientConsumerTest.java
 copy 
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/{VertxWebsocketMultiConsumerTest.java
 => VertxWebSocketSlowConsumerTest.java} (51%)
 copy 
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/{VertxWebsocketConsumerAsClientReconnectTest.java
 => VertxWebsocketConsumerAsClientMaxReconnectTest.java} (66%)

Reply via email to