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

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


    from 82b7d44  CAMEL-12431: Upgrade spring-boot and spring-framework
     new 309b8f2  CAMEL-12427: camel-netty4 - Add SPI to plugin custom 
correlation state for request/reply in producer
     new 30f57c2  CAMEL-12427: camel-netty4 - Add SPI to plugin custom 
correlation state for request/reply in producer
     new c88196a  CAMEL-12427: camel-netty4 - Add SPI to plugin custom 
correlation state for request/reply in producer

The 3 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  | 126 +++++++++++++++++++++
 .../springboot/NettyComponentConfiguration.java    |  22 ++++
 9 files changed, 301 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