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 2021/02/18 16:46:33 UTC

[camel] branch regen_bot updated (edac1f4 -> fea7e8b)

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

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


    from edac1f4  CAMEL-16115 - Remove Camel-AWS-* components - AWS-SNS - Added a migration note
     add 63d8f64  CAMEL-16178: camel-netty should invoke callback exactly once even when there was no UnitOfWork (#5093)
     add fea7e8b  CAMEL-16227: Netty with reuseChannel invokes wrong callback (#5101)

No new revisions were added by this update.

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