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

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


 discard 38c341ce7b Disable UpdateExtensionDocPageMojo due to #6418
 discard c295778ec5 Upgrade Quarkus to 3.16.0.CR1
     add e10843759e Add antora.yml to CI workflow ignored paths
     add 031303187f Bump quarkiverse-jsch.version from 3.0.10 to 3.0.11
     add 5c075d32af Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.6.1 to 
2.7.0
     add 8e04672f57 Switch to 
io.smallrye.certs:smallrye-certificate-generator-junit5
     new 267afd0549 Upgrade Quarkus to 3.16.0.CR1
     new 8cbb9679f6 Disable UpdateExtensionDocPageMojo due to #6418

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   (38c341ce7b)
            \
             N -- N -- N   refs/heads/quarkus-main (8cbb9679f6)

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:
 .github/dependabot.yml                             |     2 +-
 .github/workflows/ci-build.yaml                    |     2 +
 .github/workflows/pr-validate.yml                  |     1 +
 .../quarkus/component/http/http/it/HttpTest.java   |     4 +-
 .../component/http/netty/it/NettyHttpJaasTest.java |     4 +-
 .../component/http/netty/it/NettyHttpTest.java     |     4 +-
 .../component/http/vertx/it/VertxHttpTest.java     |     4 +-
 .../certificate-generator/pom.xml                  |     5 +-
 .../TestCertificateGenerationExtension.java        |    14 +-
 .../test/support/certificate/TestCertificates.java |     6 +-
 .../client/it/ElasticsearchRestClientTest.java     |     4 +-
 .../camel/quarkus/component/ftps/it/FtpsTest.java  |     4 +-
 .../camel/quarkus/component/sftp/it/SftpTest.java  |     4 +-
 .../camel/quarkus/component/grpc/it/GrpcTest.java  |     4 +-
 .../hashicorp/vault/it/HashicorpVaultTest.java     |     4 +-
 .../camel/quarkus/kafka/sasl/KafkaSaslSslTest.java |     4 +-
 .../camel/quarkus/kafka/ssl/KafkaSslTest.java      |     4 +-
 .../component/lumberjack/it/LumberjackTest.java    |     4 +-
 .../camel/quarkus/component/mail/MailTest.java     |     4 +-
 .../camel/quarkus/component/nats/it/NatsTest.java  |     4 +-
 .../quarkus/component/netty/tcp/NettyTcpTest.java  |     4 +-
 .../quarkus/component/netty/udp/NettyUdpTest.java  |     4 +-
 .../quarkus/component/oaipmh/it/OaipmhTest.java    |     4 +-
 .../component/paho/mqtt5/it/PahoMqtt5Test.java     |     4 +-
 .../camel/quarkus/component/paho/it/PahoTest.java  |     4 +-
 .../ProxySslTest.java                              |     4 +-
 .../component/http/server/it/PlatformHttpTest.java |     4 +-
 .../websocket/it/VertxWebsocketLegacySslTest.java  |     4 +-
 .../it/VertxWebsocketTlsNamedConfigTest.java       |     4 +-
 .../vertx/websocket/it/VertxWebsocketTlsTest.java  |     4 +-
 pom.xml                                            |     7 +-
 poms/bom-test/pom.xml                              |     5 -
 poms/bom/src/main/generated/flattened-full-pom.xml | 15450 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |    10 +-
 .../generated/flattened-reduced-verbose-pom.xml    |    24 +-
 35 files changed, 8315 insertions(+), 7307 deletions(-)

Reply via email to