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 98a13d5c04f CAMEL-18513: camel-jbang - Bind goal to support steps
add 97569a0890f CAMEL-18506: do add data as bytes on the websocket client
add 09db8cb4952 CAMEL-18506: removed usages of the Async HTTP client from
the camel-websocket test code
add 00b79411d11 CAMEL-18494: camel-mllp - Allow the ability to set
MIN_BUFFER_SIZE for SocketBuffer
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/mllp.json | 4 +
.../component/mllp/MllpComponentConfigurer.java | 12 ++
.../component/mllp/MllpEndpointConfigurer.java | 12 ++
.../component/mllp/MllpEndpointUriFactory.java | 4 +-
.../org/apache/camel/component/mllp/mllp.json | 4 +
.../camel/component/mllp/MllpConfiguration.java | 35 +++-
.../component/mllp/internal/MllpSocketBuffer.java | 22 +--
.../mllp/internal/MllpSocketBufferWriteTest.java | 20 ++-
components/camel-websocket/pom.xml | 17 +-
.../websocket/WebsocketClientCamelRouteTest.java | 68 +------
.../WebsocketComponentRouteExampleTest.java | 68 +------
.../websocket/WebsocketConsumerRouteTest.java | 103 ++---------
.../WebsocketProducerRouteExampleTest.java | 135 ++------------
.../WebsocketProducerRouteRestartTest.java | 67 +------
.../websocket/WebsocketRouteExampleTest.java | 70 +-------
.../WebsocketSSLClientAuthRouteExampleTest.java | 94 ++--------
.../WebsocketSSLContextGlobalRouteExampleTest.java | 86 ++-------
.../WebsocketSSLContextInUriRouteExampleTest.java | 91 ++--------
.../websocket/WebsocketSSLRouteExampleTest.java | 90 ++--------
.../component/websocket/WebsocketStaticTest.java | 85 +++------
.../websocket/WebsocketTwoRoutesExampleTest.java | 130 ++------------
...SIndividualAndBroadcastEndpointExampleTest.java | 78 +-------
...ebsocketTwoRoutesToSameEndpointExampleTest.java | 77 +-------
.../component/dsl/MllpComponentBuilderFactory.java | 34 ++++
.../endpoint/dsl/MllpEndpointBuilderFactory.java | 200 +++++++++++++++++++++
.../infra/common/http/WebsocketTestClient.java | 2 +-
26 files changed, 500 insertions(+), 1108 deletions(-)