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/08 16:16:31 UTC

(camel) branch regen_bot updated (d4c535e5fa7 -> 07db1966e1c)

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 d4c535e5fa7 Camel-Robotframework: Fixed typo in docs (#12696)
     add b00051f5f7c CAMEL-20297 camel-file-watch: do not swallow interrupted exceptions
     add 56327a735c0 CAMEL-20297 camel-kafka: do not swallow interrupted exceptions
     add 80921f085bd CAMEL-20297 camel-rocketmq: do not swallow interrupted exceptions
     add 1c73ce90679 CAMEL-20297 camel-seda: do not swallow interrupted exceptions
     add de350b2ac28 CAMEL-20297 camel-stream: do not swallow interrupted exceptions
     add 07db1966e1c CAMEL-20297 camel-test: do not swallow interrupted exceptions

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/file/watch/FileWatchConsumer.java  |  1 +
 .../processor/idempotent/kafka/KafkaIdempotentRepository.java | 11 ++++++++---
 .../org/apache/camel/component/rocketmq/RocketMQProducer.java |  5 +++++
 .../java/org/apache/camel/component/seda/SedaConsumer.java    |  5 ++++-
 .../java/org/apache/camel/component/seda/SedaProducer.java    |  8 ++++----
 .../org/apache/camel/component/stream/StreamProducer.java     |  3 +++
 .../main/java/org/apache/camel/test/junit5/TestSupport.java   |  2 +-
 7 files changed, 26 insertions(+), 9 deletions(-)