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

apupier pushed a change to branch dependabot/maven/debezium-version-3.6.3.Final
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 330574bea6cc chore(deps): Bump debezium-version from 3.6.2.Final to 
3.6.3.Final
     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 85458a7b6fc1 chore(deps): Bump debezium-version from 3.6.2.Final to 
3.6.3.Final

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   (330574bea6cc)
            \
             N -- N -- N   
refs/heads/dependabot/maven/debezium-version-3.6.3.Final (85458a7b6fc1)

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 +-
 .../oracle/DebeziumOracleComponentConfigurer.java  |  12 -
 .../oracle/DebeziumOracleEndpointConfigurer.java   |  12 -
 .../oracle/DebeziumOracleEndpointUriFactory.java   |   4 +-
 ...acleConnectorEmbeddedDebeziumConfiguration.java |  35 +-
 .../component/debezium/oracle/debezium-oracle.json | 404 ++++++++++-----------
 .../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    |   5 +
 parent/pom.xml                                     |  14 +-
 .../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 +-
 19 files changed, 391 insertions(+), 288 deletions(-)
 create mode 100644 
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketProducerNoPeerTest.java

Reply via email to