This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/mima-version-2.4.41
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard efe918b70fca chore(deps): Bump mima-version from 2.4.39 to 2.4.41
     add 4dcada812e52 chore(deps): Bump com.google.cloud:google-cloud-storage
     add 3e6adbba918e chore(deps): Bump 
org.apache.camel.kamelets:camel-kamelets-catalog
     add ec0c857df262 chore(deps): Bump pulsar-version from 4.1.2 to 4.1.3
     add b7ba314af6e7 chore(deps): Bump com.dylibso.chicory:runtime from 1.6.1 
to 1.7.3
     add 1f3270a49400 chore(deps): Bump net.sf.j8583:j8583 from 3.0.0 to 3.0.1
     add 3ba81676887c chore(deps): Bump elasticsearch-java-client-version from 
9.3.0 to 9.3.1
     add 127be1a06f0e chore(deps): Bump 
com.googlecode.libphonenumber:libphonenumber
     add f565bb7a5f04 chore(deps): Bump mongo-java-driver-version from 5.6.3 to 
5.6.4
     add b86ebb29faf3 chore(deps): Bump google-cloud-functions-version from 
2.74.0 to 2.75.0
     add 19b2e7dd4005 chore(deps): Bump 
org.citrusframework:citrus-jbang-connector
     add 09750f390ee4 chore(deps): Bump io.dapr:dapr-sdk-workflows from 1.16.1 
to 1.17.0
     add bb7fa8e823c1 chore(deps): Bump google-auth-library-oauth2-http-version
     add 62cb14dc1119 chore(deps): Bump 
software.amazon.kinesis:amazon-kinesis-client
     add 44e259969bc5 chore(deps): Bump com.openai:openai-java from 4.21.0 to 
4.26.0
     add 490b5683c521 chore(deps): Bump io.nats:jnats from 2.25.1 to 2.25.2
     add 4c37b30f1457 chore(deps-dev): Bump 
org.apache.maven.plugins:maven-surefire-report-plugin
     add 1a6b1b103389 chore(deps): Bump org.apache.zookeeper:zookeeper from 
3.9.4 to 3.9.5
     add 549d5accaa09 chore(deps): Bump maven-surefire-plugin-version from 
3.5.4 to 3.5.5
     add 2273b631c47d chore(deps): Bump redis.clients:jedis from 7.2.1 to 7.3.0
     add a77e9e86a7b6 chore(deps): Bump ai.docling:docling-serve-client from 
0.4.4 to 0.4.7
     add a9ce75627ffc CAMEL-23142 - camel-google-pubsub: Add 
maxDeliveryAttempts enforcement to prevent infinite redelivery loops (#21797)
     add ffa060c13fd8 chore(deps): Bump maven-version from 3.9.12 to 3.9.13 
(#21747)
     add 0202ec0e9880 chore(deps): Bump mima-version from 2.4.39 to 2.4.41

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (efe918b70fca)
            \
             N -- N -- N   refs/heads/dependabot/maven/mima-version-2.4.41 
(0202ec0e9880)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/google-pubsub.json    |  25 ++---
 .../dapr/operations/DaprWorkflowTest.java          |   2 +-
 .../pubsub/GooglePubsubEndpointConfigurer.java     |   6 ++
 .../pubsub/GooglePubsubEndpointUriFactory.java     |   3 +-
 .../component/google/pubsub/google-pubsub.json     |  25 ++---
 .../src/main/docs/google-pubsub-component.adoc     |  27 +++++
 .../google/pubsub/GooglePubsubComponent.java       |  15 +++
 .../google/pubsub/GooglePubsubConsumer.java        |  56 ++++++++++
 .../google/pubsub/GooglePubsubEndpoint.java        |  24 +++++
 .../pubsub/consumer/CamelMessageReceiver.java      |   9 ++
 .../pubsub/integration/MaxDeliveryAttemptsIT.java  | 115 +++++++++++++++++++++
 ... => PubsubEndpointMaxDeliveryAttemptsTest.java} |  52 +++++-----
 .../dsl/GooglePubsubEndpointBuilderFactory.java    |  46 +++++++++
 dsl/camel-jbang/camel-launcher/pom.xml             |   2 +-
 parent/pom.xml                                     |  40 +++----
 pom.xml                                            |   2 +-
 16 files changed, 376 insertions(+), 73 deletions(-)
 create mode 100644 
components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/MaxDeliveryAttemptsIT.java
 copy 
components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/unit/{PubsubEndpointTest.java
 => PubsubEndpointMaxDeliveryAttemptsTest.java} (53%)

Reply via email to