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:18:08 UTC

[camel] branch regen_bot_3x updated (2ea79b97a9c -> 84d3ea2d415)

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

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


    from 2ea79b97a9c CAMEL-18904: Add functions to simple language to create empty map/list/string
     add 402aa7ab8e2 CAMEL-19270 - camel-netty - add support for unix domain sockets (#9869)
     add 84d3ea2d415 Regen for commit 402aa7ab8e22e2f8fa8c9c52b28898642297dda5

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%)