You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/01/08 09:19:33 UTC

(camel) branch main updated (06fd0c730d9 -> e87a79e927c)

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

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


    from 06fd0c730d9 Bump aws-java-sdk2-version from 2.22.10 to 2.22.12
     add e87a79e927c CAMEL-20286: camel-netty - add support for native transport over kqueue and fixed UDS-connected warnings (#12625)

No new revisions were added by this update.

Summary of changes:
 components/camel-netty/pom.xml                     | 67 ++++++++++++++++++++++
 .../camel-netty/src/main/docs/netty-component.adoc | 40 +++++++++++++
 .../camel/component/netty/NettyProducer.java       | 30 ++++++++--
 .../netty/NettyServerBossPoolBuilder.java          | 12 +++-
 .../component/netty/NettyWorkerPoolBuilder.java    | 12 +++-
 .../SingleTCPNettyServerBootstrapFactory.java      | 32 +++++++++--
 .../camel/component/netty/NettyTCPSyncUDSTest.java | 10 ++--
 7 files changed, 186 insertions(+), 17 deletions(-)