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/15 11:14:55 UTC

[camel] branch regen_bot updated (349956890e5 -> a444be91c76)

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 349956890e5 Regen for commit 1e5957c1212150f22a2241b56f96be15a92c9f03
     add 873db5f2567 CAMEL-19270 - camel-netty - add support for unix domain sockets (#9869)
     add a444be91c76 Regen for commit 873db5f2567c3bbbd18ef46790e8b809f44b6bf8

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/netty-http.json       |  2 ++
 .../org/apache/camel/catalog/components/netty.json |  2 ++
 .../http/NettyHttpConfigurationConfigurer.java     |  6 ++++
 .../netty/http/NettyHttpEndpointUriFactory.java    |  3 +-
 .../camel/component/netty/http/netty-http.json     |  2 ++
 .../component/netty/NettyComponentConfigurer.java  |  6 ++++
 .../netty/NettyConfigurationConfigurer.java        |  6 ++++
 .../component/netty/NettyEndpointConfigurer.java   |  6 ++++
 .../component/netty/NettyEndpointUriFactory.java   |  3 +-
 .../org/apache/camel/component/netty/netty.json    |  2 ++
 .../camel/component/netty/NettyProducer.java       | 28 +++++++++++++----
 .../netty/NettyServerBootstrapConfiguration.java   | 20 +++++++++++++
 .../SingleTCPNettyServerBootstrapFactory.java      | 35 +++++++++++++++++-----
 ...zyChannelTest.java => NettyTCPSyncUDSTest.java} | 15 ++++++----
 .../dsl/NettyComponentBuilderFactory.java          | 19 ++++++++++++
 .../dsl/NettyHttpComponentBuilderFactory.java      | 19 ++++++++++++
 16 files changed, 154 insertions(+), 20 deletions(-)
 copy components/camel-netty/src/test/java/org/apache/camel/component/netty/{NettyTCPSyncNotLazyChannelTest.java => NettyTCPSyncUDSTest.java} (78%)