This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 0ebd4e0fec Disable MicroProfile Fault Tolerance tests due to #6285
discard 6bf6a57ec5 Upgrade Quarkus to 3.14.0.CR1
add eb1b3d6210 Fix #6300 to remove @AfterEach (#6319)
add 171785ccc7 Avoid deploying redundant modules during the release
add 66e003dcdb Migrate to com.mysql:mysql-connector-j for debezium-mysql
new de2e4af19c Upgrade Quarkus to 3.14.0.CR1
new 3c981ed8c3 Disable MicroProfile Fault Tolerance tests due to #6285
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 (0ebd4e0fec)
\
N -- N -- N refs/heads/quarkus-main (3c981ed8c3)
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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pages/contributor-guide/release-guide.adoc | 2 +-
.../pages/reference/extensions/debezium-mysql.adoc | 12 +++++-----
extensions/debezium-mysql/deployment/pom.xml | 6 +++++
extensions/debezium-mysql/runtime/pom.xml | 4 ++--
.../debezium-mysql/runtime/src/main/doc/usage.adoc | 12 +++++-----
integration-tests/debezium/.gitignore | 2 +-
integration-tests/debezium/README.adoc | 11 +++++----
integration-tests/debezium/pom.xml | 8 +++----
.../common/it/DebeziumSqlserverResource.java | 3 ++-
.../src/main/resources/application.properties | 2 ++
.../sqlserver/DebeziumSqlserverTestResource.java | 2 +-
pom.xml | 27 +++++++++++++++-------
.../quarkus/test/CamelQuarkusTestSupport.java | 2 --
tooling/pom.xml | 15 +++++++++++-
14 files changed, 70 insertions(+), 38 deletions(-)