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 ab233df78d Upgrade Quarkus to 3.22.0.CR1
     add a68195ced3 Remove logging of testcontainers configuration
     add 4cbb41d322 Handle potential for bcel to be present for xalan native 
mode
     add 739f0bf5b1 Do not manage com.squareup.okhttp3:mockwebserver
     add c2dcf8850b Bump actions/setup-java from 4.7.0 to 4.7.1 (#7242)
     add f3c71203dc Bump quarkiverse-mybatis.version from 2.3.1 to 2.3.2 (#7243)
     add 00220cecf8 Manage and align com.fasterxml:aalto-xml (#7241)
     add aaad606e4e Bump cq-plugin.version from 4.17.3 to 4.17.4
     add 98c1f7d0e4 Bump quarkiverse-groovy.version from 3.21.1 to 3.21.2
     add 8cd07517dd Upgrade quarkus-jsch to 3.0.15
     add fcc8f12553 Document groovy extension limitations for property 
placeholders in native mode
     new 7ba8805751 Upgrade Quarkus to 3.22.0.CR1
     new 835ba3cec9 Disable git integration tests due to #7257

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   (ab233df78d)
            \
             N -- N -- N   refs/heads/quarkus-main (835ba3cec9)

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/workflows/camel-master-cron.yaml           | 16 +++++-----
 .github/workflows/ci-build.yaml                    | 16 +++++-----
 .github/workflows/generate-sbom-main.yml           |  2 +-
 .github/workflows/pr-validate.yml                  |  2 +-
 .github/workflows/quarkus-master-cron.yaml         | 16 +++++-----
 .../ROOT/pages/reference/extensions/groovy.adoc    | 28 ++++++++++++++----
 .../deployment/XalanNativeImageProcessor.java      | 19 ++++++++++++
 .../groovy/runtime/src/main/doc/limitations.adoc   | 27 +++++++++++++----
 .../it/ElasticsearchTestResource.java              |  3 --
 .../component/redis/it/RedisTestResource.java      |  3 --
 .../test/support/kafka/KafkaTestResource.java      |  4 ---
 .../test/support/mongodb/MongoDbTestResource.java  |  3 --
 .../activemq/it/ActiveMQTestResource.java          |  3 --
 .../arangodb/it/ArangodbTestResource.java          |  3 --
 .../cassandraql/it/CassandraqlTestResource.java    |  2 --
 .../component/consul/it/ConsulTestResource.java    |  3 --
 .../common/it/AbstractDebeziumTestResource.java    |  2 --
 .../camel/quarkus/component/git/it/GitTest.java    |  2 ++
 .../influxdb/it/InfluxdbTestResource.java          |  3 --
 .../component/kudu/it/KuduTestResource.java        |  3 --
 .../component/nats/it/NatsTestResource.java        |  3 --
 .../component/paho/it/PahoTestResource.java        |  3 --
 .../slot/it/PgReplicationSlotTestResource.java     |  3 --
 .../component/qdrant/it/QdrantTestResource.java    |  3 --
 pom.xml                                            | 13 +++++----
 poms/bom/pom.xml                                   | 17 ++++-------
 poms/bom/src/main/generated/flattened-full-pom.xml | 34 +++++++++-------------
 .../src/main/generated/flattened-reduced-pom.xml   | 34 +++++++++-------------
 .../generated/flattened-reduced-verbose-pom.xml    | 34 +++++++++-------------
 29 files changed, 146 insertions(+), 158 deletions(-)

Reply via email to