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/18 14:24:14 UTC

(camel) branch regen_bot updated (ea6c8818467 -> 53cc4633cab)

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 ea6c8818467 CAMEL-20345: Simple binary operator should better be detected in predicate parser
     add 47ebb9ff8e8 CAMEL-20297 camel-base-engine: do not swallow interrupted exceptions
     add ff48bbc4d2e CAMEL-20297 camel-support: do not swallow interrupted exceptions
     add 8fd7c5a8eb9 CAMEL-20297 camel-util: do not swallow interrupted exceptions
     add 37825a955eb CAMEL-20297 camel-main: do not swallow interrupted exceptions
     add f65d87e909a CAMEL-20297 camel-management: do not swallow interrupted exceptions
     add 53cc4633cab CAMEL-20297 camel-core-processor: do not swallow interrupted exceptions

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/DefaultShutdownStrategy.java |  1 +
 .../java/org/apache/camel/processor/Throttler.java |  2 ++
 .../camel/processor/ThrottlerMethodCallTest.java   | 37 ++++++++++++++++++----
 .../camel/main/DefaultMainShutdownStrategy.java    |  2 +-
 .../camel/management/mbean/ManagedRoute.java       |  3 +-
 .../camel/support/EventDrivenPollingConsumer.java  |  3 +-
 .../org/apache/camel/support/ExchangeHelper.java   |  2 ++
 .../support/FileWatcherResourceReloadStrategy.java |  2 ++
 .../main/java/org/apache/camel/util/FileUtil.java  |  9 ++++--
 9 files changed, 48 insertions(+), 13 deletions(-)