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

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


    from 8c4c8a0  CAMEL-16233: Fix camel-http - Optimize to avoid type 
convertion that would do deep checking.
     new 864c65b  CAMEL-16178: camel-netty should invoke callback exactly once 
even when there was no UnitOfWork (#5093)
     new 1508f25  CAMEL-16227: Netty with reuseChannel invokes wrong callback 
(#5101)

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:
 components/camel-netty/pom.xml                     |  5 ++
 .../camel/component/netty/NettyCamelState.java     | 16 +++++
 .../camel/component/netty/NettyProducer.java       | 16 ++++-
 .../netty/handlers/ClientChannelHandler.java       | 22 +++---
 .../camel/component/netty/BaseNettyTest.java       |  2 +-
 .../netty/EnrichWithoutRestResponseTest.java       | 81 ++++++++++++++++++++++
 .../netty/ErrorDuringGracefullShutdownTest.java    | 62 +++++++++++++++++
 .../camel/component/netty/LogCaptureAppender.java  | 16 ++++-
 .../camel/component/netty/LogCaptureTest.java      |  6 +-
 ...est.java => NettyReuseChannelCallbackTest.java} | 64 +++++++++++++++--
 .../src/test/resources/log4j2.properties           |  2 +
 11 files changed, 269 insertions(+), 23 deletions(-)
 create mode 100644 
components/camel-netty/src/test/java/org/apache/camel/component/netty/EnrichWithoutRestResponseTest.java
 create mode 100644 
components/camel-netty/src/test/java/org/apache/camel/component/netty/ErrorDuringGracefullShutdownTest.java
 copy 
components/camel-netty/src/test/java/org/apache/camel/component/netty/{NettyReuseChannelTest.java
 => NettyReuseChannelCallbackTest.java} (55%)

Reply via email to