This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch gs
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 2d2d0b061473 CAMEL-23001: camel-groovy - Add groovyJson data format
add 91eea3570b2f chore(deps): Bump mockito-version from 5.21.0 to 5.22.0
add e7207a0b93fe chore(deps): Bump kubernetes-client-version from 7.5.2 to
7.6.1
add a301b057abaa Test PRs with JDK 25
add 2b5c957eed50 chore(deps): Bump aws-java-sdk2-version from 2.41.31 to
2.42.7
add 795a128ebda8 chore(deps): Bump debezium-version from 3.4.1.Final to
3.4.2.Final (#21745)
add c13f583904ea chore(deps): Bump roaster-version from 2.30.3.Final to
2.31.0.Final
add 7c251ec96e44 CAMEL-23140: Fixed test
add 99ee584a68f3 chore(deps): Bump hadoop3-version from 3.4.2 to 3.4.3
add 82b6b7f41f14 chore(deps): Bump com.pubnub:pubnub-gson from 13.0.0 to
13.1.0
add ef4192fccf14 chore(deps): Bump org.opensearch.client:opensearch-java
add 4aca1bb68964 chore(deps-dev): Bump com.nimbusds:nimbus-jose-jwt from
10.7 to 10.8
add fecdbe5d86ac chore(deps): Bump org.yaml:snakeyaml from 2.5 to 2.6
add 46ff31646397 chore(deps-dev): Bump com.google.cloud:google-cloud-core
add 7ae6e09748bc chore(deps): Bump com.google.genai:google-genai from
1.38.0 to 1.42.0
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 f743811b8a10 chore(deps): Bump
org.apache.maven.plugins:maven-resources-plugin (#21757)
add bc4856bd0125 CAMEL-23001: camel-groovy - Add groovyJson data format
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 (2d2d0b061473)
\
N -- N -- N refs/heads/gs (bc4856bd0125)
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:
.github/workflows/pr-build-main.yml | 3 +
.../camel/catalog/components/google-pubsub.json | 25 ++---
.../apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
.../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 +++++-----
.../client/ConfigFluentImplConfigurer.java | 6 ++
.../camel/spring/MisspelledRouteRefTest.java | 5 +-
.../dsl/GooglePubsubEndpointBuilderFactory.java | 46 +++++++++
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
parent/pom.xml | 66 ++++++------
pom.xml | 2 +-
20 files changed, 400 insertions(+), 91 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%)