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/15 13:51:33 UTC

(camel) branch regen_bot updated (8d68258d5ff -> c841eb98999)

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 8d68258d5ff CAMEL-20218: Use a single Kafka consumer with assign() call to consume all cached entries from the beginning of the Kafka topic. (#12777)
     add 938422492fc CAMEL-20297 camel-jpa: do not swallow interrupted exceptions
     add e1ba669db5f CAMEL-20297 camel-jt400: do not swallow interrupted exceptions
     add fb007b3f060 CAMEL-20297 camel-kubernetes: do not swallow interrupted exceptions
     add dc4036d58ef CAMEL-20297 camel-mongodb: do not swallow interrupted exceptions
     add 10312a7335e CAMEL-20297 camel-netty: do not swallow interrupted exceptions
     add 7b4e8d993dc CAMEL-20297 camel-olingo2: do not swallow interrupted exceptions
     add 8b11504c449 CAMEL-20297 camel-olingo4: do not swallow interrupted exceptions
     add b91aede0318 CAMEL-20297 camel-optaplanner: do not swallow interrupted exceptions
     add 642ddcfac3a CAMEL-20297 camel-platform-http-vertx: do not swallow interrupted exceptions
     add 221f78a761a CAMEL-20297 camel-xmpp: do not swallow interrupted exceptions
     add c841eb98999 Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0

No new revisions were added by this update.

Summary of changes:
 components/camel-grpc/pom.xml                                    | 4 ++++
 .../java/org/apache/camel/component/jpa/JpaPollingConsumer.java  | 5 ++++-
 .../java/org/apache/camel/component/jt400/Jt400PgmProducer.java  | 3 +++
 .../kubernetes/cluster/lock/KubernetesLeadershipController.java  | 2 ++
 .../component/kubernetes/cluster/lock/TimedLeaderNotifier.java   | 3 ++-
 .../camel/component/mongodb/MongoAbstractConsumerThread.java     | 4 +++-
 .../java/org/apache/camel/component/netty/NettyProducer.java     | 3 +++
 .../org/apache/camel/component/olingo2/Olingo2AppWrapper.java    | 1 +
 .../java/org/apache/camel/component/olingo2/Olingo2Consumer.java | 4 +++-
 .../org/apache/camel/component/olingo4/Olingo4AppWrapper.java    | 1 +
 .../java/org/apache/camel/component/olingo4/Olingo4Consumer.java | 4 +++-
 .../apache/camel/component/optaplanner/OptaPlannerProducer.java  | 6 ++++++
 .../component/platform/http/vertx/VertxPlatformHttpServer.java   | 3 +++
 .../java/org/apache/camel/component/xmpp/XmppDirectProducer.java | 7 ++++---
 .../org/apache/camel/component/xmpp/XmppGroupChatProducer.java   | 9 +++++++++
 .../org/apache/camel/component/xmpp/XmppPrivateChatProducer.java | 9 +++++++++
 parent/pom.xml                                                   | 2 +-
 17 files changed, 61 insertions(+), 9 deletions(-)