This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/com.ibm.mq-com.ibm.mq.jakarta.client-10.0.0.5
in repository https://gitbox.apache.org/repos/asf/camel.git
omit d8954ab0b76c chore(deps): Bump com.ibm.mq:com.ibm.mq.jakarta.client
add ba9508e3dca4 Reduce git fetch time for scalpel in GitHub actions
add 471ad9363a38 CAMEL-24639: camel-http - document vault-backed
credential rotation
add aaef7487c407 CAMEL-24789: camel-vertx-websocket - finish an exchange
with no peer synchronously (#26541)
add 2974dfd9fc44 chore(deps): Bump com.aliyun:tea-openapi from 0.3.15 to
0.3.16 in the aliyun group (#26683)
add 7a573a10baa6 chore(camel-test-infra-docling): upgrade
docling.container to v1.34.0 (#26644)
add ac6f0cd1fd81 chore(deps): Bump huaweicloud-sdk-version from 3.1.216 to
3.1.217 (#26685)
add f5d419d5a3b0 chore(camel-test-infra-kafka): upgrade
confluent.container.image to 8.3.2 (#26648)
add 0c99b5621ea1 chore(camel-test-infra-ollama): upgrade ollama.container
to 0.34.2 (#26652)
add f04d3fd8dfc2 chore(deps): Bump jline-version from 4.4.3 to 4.4.5
add 2d1ab0502feb chore(deps-dev): Bump org.hibernate.orm:hibernate-core
add 0f7765ff4d4d chore(deps): Bump org.apache.fory:fory-core from 1.7.3 to
1.7.4
add 73717a13f5f2 chore(deps): Bump quarkus-version from 3.39.3 to 3.39.4
add 22c106d27443 chore(deps): Bump com.google.genai:google-genai from
1.71.0 to 1.72.0
add e22188c40b3f chore(deps): Bump org.apache.camel.kamelets:camel-kamelets
add 4db4785868cc chore(deps): Bump
org.apache.camel.kamelets:camel-kamelets-catalog
add 17e2810bde7a chore(deps): Bump io.smallrye.config:smallrye-config
add b79fe29d5931 chore(deps): Bump com.ibm.cloud:cloudant from 0.10.21 to
0.10.22
add 88311c0e6c47 chore(deps): Bump
com.braintreepayments.gateway:braintree-java
add c953503dcbd0 chore(deps): Bump mongo-java-driver-version from 5.11.1
to 5.12.0
add 0a4fb623eb77 chore(deps): Bump com.ibm.mq:com.ibm.mq.jakarta.client
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 (d8954ab0b76c)
\
N -- N -- N
refs/heads/dependabot/maven/com.ibm.mq-com.ibm.mq.jakarta.client-10.0.0.5
(0a4fb623eb77)
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 | 4 +-
.github/workflows/sonar-build.yml | 4 +-
.../apache/camel/catalog/docs/http-component.adoc | 8 ++
.../apache/camel/catalog/test-infra/metadata.json | 6 +-
.../camel-http/src/main/docs/http-component.adoc | 8 ++
.../vertx/websocket/VertxWebsocketProducer.java | 21 ++++-
.../VertxWebsocketProducerNoPeerTest.java | 101 +++++++++++++++++++++
.../vertx/websocket/VertxWebsocketTest.java | 29 ++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 1 +
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
parent/pom.xml | 24 ++---
.../src/generated/resources/META-INF/metadata.json | 6 +-
.../infra/docling/services/container.properties | 2 +-
.../test/infra/kafka/services/container.properties | 2 +-
.../infra/ollama/services/container.properties | 2 +-
15 files changed, 190 insertions(+), 30 deletions(-)
create mode 100644
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketProducerNoPeerTest.java