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 2024/01/12 16:31:16 UTC

(camel) branch regen_bot updated (a70b6106c11 -> 65983ea120a)

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 a70b6106c11 CAMEL-20297 camel-whatsapp: do not swallow interrupted exceptions
     add bc4a7ec5198 CAMEL-20297 camel-etcd3: do not swallow interrupted exceptions
     add 33ed6c053ed CAMEL-20297 camel-core-processor: do not swallow interrupted exceptions
     add dc5bf5239c4 CAMEL-20297 camel-base-engine: do not swallow interrupted exceptions
     add 65983ea120a CAMEL-20297 camel-core-model: do not swallow interrupted exceptions

No new revisions were added by this update.

Summary of changes:
 .../aggregate/Etcd3AggregationRepository.java      | 55 ++++++++++++++++++----
 .../impl/engine/BaseExecutorServiceManager.java    |  1 +
 .../engine/DefaultAsyncProcessorAwaitManager.java  |  2 +
 .../org/apache/camel/builder/NotifyBuilder.java    |  1 +
 .../camel/processor/DelayProcessorSupport.java     |  7 +++
 .../apache/camel/processor/MulticastProcessor.java |  2 +-
 .../org/apache/camel/processor/Resequencer.java    |  1 +
 .../apache/camel/processor/StreamResequencer.java  |  2 +
 .../processor/aggregate/AggregateProcessor.java    |  1 +
 .../errorhandler/RedeliveryErrorHandler.java       |  2 +
 10 files changed, 63 insertions(+), 11 deletions(-)