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 cc4b3c6b17 Disable tests for extensions that have not transitioned to 
@ConfigMapping
 discard abca3936eb Upgrade Quarkus to 3.26.0.CR1
     add a3b8f55072 Bump com.microsoft.graph:microsoft-graph from 6.49.0 to 
6.50.0
     add 35f2e7d947 Rebalance native CI tests group 8
     add 032ab45c36 Remove native mode workarounds for Google Cloud extensions
     add 66f7126409 Evenly distribute modules across alternate JDK test groups
     add f9e3fcc6b8 Remove redundant log format override in AS2 extension
     add 06a195a16a Upgrade Quarkus to 3.26.0.CR1
     add c3f2ab8925 Disable tests for extensions that have not transitioned to 
@ConfigMapping
     add b52e762ab7 Upgrade Cassandra Quarkus to 1.3.0-rc1
     add ef18c071a6 Avoid configuring JasyptPropertiesParser unless encrypted 
properties are detected
     add 57dd177dae Bump quarkiverse-langchain4j.version from 1.1.0 to 1.1.1

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   (cc4b3c6b17)
            \
             N -- N -- N   refs/heads/quarkus-main (57dd177dae)

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:
 .github/workflows/camel-master-cron.yaml           |   7 +-
 .github/workflows/ci-build.yaml                    |   7 +-
 .github/workflows/quarkus-lts-ci-build.yaml        |   7 +-
 .github/workflows/quarkus-master-cron.yaml         |   7 +-
 docs/antora.yml                                    |   2 +-
 .../google/cloud/GoogleCloudSupportProcessor.java  |  31 ----
 .../component/as2/deployment/As2Processor.java     |  11 --
 .../camel/quarkus/component/as2/As2Recorder.java   |  34 ----
 extensions/cassandraql/runtime/pom.xml             |   3 +-
 ...t.java => JasyptNoEncryptedPropertiesTest.java} |  11 +-
 .../component/jasypt/CamelJasyptConfig.java        |  18 +-
 .../component/jasypt/CamelJasyptRecorder.java      |  35 +++-
 integration-tests/pom.xml                          |   2 +-
 pom.xml                                            |  10 +-
 poms/bom/pom.xml                                   |  44 ++---
 poms/bom/src/main/generated/flattened-full-pom.xml | 200 +++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  82 +++++----
 .../generated/flattened-reduced-verbose-pom.xml    |  98 +++++-----
 tooling/scripts/test-categories.yaml               |   8 +-
 19 files changed, 290 insertions(+), 327 deletions(-)
 delete mode 100644 
extensions-support/google-cloud/deployment/src/main/java/org/apache/camel/quarkus/support/google/cloud/GoogleCloudSupportProcessor.java
 delete mode 100644 
extensions/as2/runtime/src/main/java/org/apache/camel/quarkus/component/as2/As2Recorder.java
 copy 
extensions/jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/{JasyptPasswordSysEnvPrefixTest.java
 => JasyptNoEncryptedPropertiesTest.java} (84%)

Reply via email to