This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch dependabot/maven/debezium-version-3.5.0.Final
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 07ab4fefa9b3 Adapt to Debezium upgrade 3.5.0
omit bd29f871adc1 chore(deps): Bump debezium-version from 3.4.3.Final to
3.5.0.Final
add 9def2b5afd78 Update AGENTS.md - Add back Java 17
add 0e2d71a7cf87 Update AGENTS.md - point to the official committers list
of Camel
add 482eb1e856c8 Upgrade Vert.x to 4.5.26
add 6948646d2ca2 Fix CmdStartStopITCase by using --wide-uri flag
add f459037483ef CAMEL-23194: Add JUnit 5 per-test timeout for camel-jms
tests
add cddb28524a2e CAMEL-21438: Disable LumberjackDisconnectionTest on s390x
add 7976ce4eddab chore(deps): Bump mcp-java-sdk-version from 1.1.0 to
1.1.1 (#22362)
add 3761dce28b1b chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer (#22237)
add 256bdd89951a chore(deps): Bump debezium-version from 3.4.3.Final to
3.5.0.Final
add 1d1735f69608 Adapt to Debezium upgrade 3.5.0
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 (07ab4fefa9b3)
\
N -- N -- N
refs/heads/dependabot/maven/debezium-version-3.5.0.Final (1d1735f69608)
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:
AGENTS.md | 4 +-
.../src/test/resources/junit-platform.properties | 2 +-
.../lumberjack/LumberjackDisconnectionTest.java | 5 +
.../dsl/DebeziumDb2EndpointBuilderFactory.java | 40 +++++
.../dsl/DebeziumMongodbEndpointBuilderFactory.java | 40 +++++
.../dsl/DebeziumMySqlEndpointBuilderFactory.java | 112 ++++++++++++++
.../dsl/DebeziumOracleEndpointBuilderFactory.java | 165 ++++++++++++++++++++-
.../DebeziumPostgresEndpointBuilderFactory.java | 40 +++++
.../DebeziumSqlserverEndpointBuilderFactory.java | 40 +++++
.../camel/dsl/jbang/it/CmdStartStopITCase.java | 12 +-
parent/pom.xml | 6 +-
11 files changed, 451 insertions(+), 15 deletions(-)
copy catalog/camel-catalog/src/main/resources/META-INF/version.properties =>
components/camel-jms/src/test/resources/junit-platform.properties (95%)