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 2023/12/11 13:45:27 UTC

(camel) branch regen_bot updated (72a757d54fe -> f903e0fbc94)

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 72a757d54fe camel-jbang - Lets show only v4 versions by default.
     add f903e0fbc94 CAMEL-20214: camel-core: Multicast/Splitter EIP using timeout should cancel task if completed before timeout, so task is not taking up space in thread pool. (#12399)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/processor/MulticastProcessor.java | 63 +++++++++------------
 .../processor/SplitTimeoutCancelTaskTest.java      | 65 ++++++++++++++++++++++
 2 files changed, 90 insertions(+), 38 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/SplitTimeoutCancelTaskTest.java