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/11 17:03:46 UTC

(camel) branch regen_bot updated (d80976cbf6e -> 3c775345ab5)

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 d80976cbf6e CAMEL-20297 camel-dhis2: do not swallow interrupted exceptions
     add e7e6e1eddb0 CAMEL-20297 camel-azure-servicebus: do not swallow interrupted exceptions
     add 6d56e383f99 CAMEL-20297 camel-cxf-spring-soap: do not swallow interrupted exceptions
     add 1bff2a22f53 CAMEL-20297 camel-docker: do not swallow interrupted exceptions
     add 8623fa384e4 CAMEL-20297 camel-grpc: do not swallow interrupted exceptions
     add 558e5b3283f CAMEL-20297 camel-hazelcast: do not swallow interrupted exceptions
     add 94933f335ff CAMEL-20297 camel-iec60870: do not swallow interrupted exceptions
     add 3c775345ab5 CAMEL-20297 camel-wal: do not swallow interrupted exceptions

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/azure/servicebus/ServiceBusConsumer.java | 2 +-
 .../apache/camel/component/cxf/spring/jaxws/CxfSpringEndpoint.java  | 4 +++-
 .../apache/camel/component/docker/producer/AsyncDockerProducer.java | 6 ++++--
 .../component/grpc/server/GrpcRequestAggregationStreamObserver.java | 1 +
 .../component/grpc/server/GrpcRequestPropagationStreamObserver.java | 2 ++
 .../camel/component/hazelcast/queue/HazelcastQueueConsumer.java     | 2 +-
 .../camel/component/hazelcast/seda/HazelcastSedaConsumer.java       | 4 +++-
 .../apache/camel/component/iec60870/client/ClientConnection.java    | 2 +-
 .../java/org/apache/camel/component/wal/DefaultLogSupervisor.java   | 1 +
 9 files changed, 17 insertions(+), 7 deletions(-)