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

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


    from 08cc384  Use log debug
     new 86c201d  CAMEL-12427: camel-netty4 - Add SPI to plugin custom 
correlation state for request/reply in producer
     new 71f5d66  CAMEL-12427: camel-netty4 - Add SPI to plugin custom 
correlation state for request/reply in producer

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:
 .../component/netty4/http/NettyHttpEndpoint.java   |   2 +-
 .../src/main/docs/netty4-component.adoc            |   3 +-
 ... DefaultNettyCamelStateCorrelationManager.java} |  25 +++--
 .../netty4/NettyCamelStateCorrelationManager.java  |  65 +++++++++++
 .../camel/component/netty4/NettyConfiguration.java |  17 +++
 .../camel/component/netty4/NettyProducer.java      |  45 +++-----
 .../netty4/handlers/ClientChannelHandler.java      |  67 +++++------
 .../netty4/NettyCustomCorrelationManagerTest.java  | 122 +++++++++++++++++++++
 .../springboot/NettyComponentConfiguration.java    |  22 ++++
 9 files changed, 297 insertions(+), 71 deletions(-)
 copy 
components/camel-netty4/src/main/java/org/apache/camel/component/netty4/{DefaultChannelHandlerFactory.java
 => DefaultNettyCamelStateCorrelationManager.java} (54%)
 create mode 100644 
components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyCamelStateCorrelationManager.java
 create mode 100644 
components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyCustomCorrelationManagerTest.java

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to