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

github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    omit 1b310ee482 Generated poms
    omit 9587b1aa56 geerated poms
    omit 58af01783b generated files
    omit 77315c627d generated poms
    omit cbd1f26e49 generated poms
    omit 4014a796db Disable MicroProfile Fault Tolerance tests due to #6285
    omit dd42eee0cf Upgrade Camel to 4.8.0
     add eac49276ed Upgrade CycloneDX Maven plugin to version 2.8.1 (#6318)
     add 7001b6c25d Move all enforcer invocations to the full profile
     add 59ab5e4364 Do not rely on quarkus-bom to exclude listenablefuture and 
jsr305 from guava
     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 471e2eddbd Upgrade Camel to 4.8.0
     new 491ab21ef6 Disable MicroProfile Fault Tolerance tests due to #6285
     new 7bea4051c2 generated poms
     new 05e591def0 generated poms
     new e615a9fe57 generated files
     new 4e00265daf geerated poms
     new a65ada1a1a Generated poms

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   (1b310ee482)
            \
             N -- N -- N   refs/heads/camel-main (a65ada1a1a)

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 7 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 +--
 extensions/google-bigquery/runtime/pom.xml         |   4 +
 extensions/google-pubsub/runtime/pom.xml           |   8 ++
 extensions/grpc/pom.xml                            | 105 ++++++++++++---------
 extensions/kudu/runtime/pom.xml                    |   8 ++
 extensions/opentelemetry/runtime/pom.xml           |   4 +
 extensions/salesforce/pom.xml                      | 105 ++++++++++++---------
 extensions/salesforce/runtime/pom.xml              |  10 ++
 integration-tests/cassandraql/pom.xml              |   8 ++
 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 +-
 integration-tests/grpc/pom.xml                     |  99 ++++++++++---------
 integration-tests/salesforce/pom.xml               | 104 ++++++++++----------
 pom.xml                                            |  29 ++++--
 poms/bom-test/pom.xml                              |   4 +
 .../quarkus/test/CamelQuarkusTestSupport.java      |   2 -
 tooling/pom.xml                                    |  15 ++-
 25 files changed, 345 insertions(+), 224 deletions(-)

Reply via email to