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 b9a37388f5 Upgrade Quarkus to 3.10.0.CR1
     add 947b0ae7a3 Build Camel and Quarkus in parallel
     add 8a64fd1b41 Cache PDFBox font cache on Windows to speed up the build
     add 67618e3dfa Avoid potential NPE when handling Jasypt password prefixes
     add bf83bbac89 Upgrade to Quarkus CXF 3.8.1 (#5877)
     add ca946ac6e4 Upgrade Camel to 4.4.1
     add ba2beaa507 Upgrade quarkus-jgit to 3.1.0
     new b961f4e5c3 Upgrade Quarkus to 3.10.0.CR1

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   (b9a37388f5)
            \
             N -- N -- N   refs/heads/quarkus-main (b961f4e5c3)

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 1 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           |    2 +-
 .github/workflows/ci-build.yaml                    |   10 +-
 .github/workflows/quarkus-master-cron.yaml         |    2 +-
 docs/antora.yml                                    |    2 +-
 .../examples/components/azure-storage-datalake.yml |    4 +-
 docs/modules/ROOT/examples/components/jslt.yml     |    2 +-
 .../ROOT/examples/components/splunk-hec.yml        |    2 +-
 .../ROOT/examples/components/spring-rabbitmq.yml   |    2 +-
 docs/modules/ROOT/examples/components/stomp.yml    |    2 +-
 docs/modules/ROOT/examples/components/telegram.yml |    2 +-
 .../modules/ROOT/examples/components/wordpress.yml |    4 +-
 .../extensions/azure-storage-datalake.adoc         |    2 +-
 .../ROOT/pages/reference/extensions/telegram.adoc  |    4 +-
 .../ROOT/pages/reference/extensions/wordpress.adoc |    2 +-
 ...a => JasyptPasswordSysEnvValueMissingTest.java} |    7 +-
 ...java => JasyptPasswordSysValueMissingTest.java} |    7 +-
 .../CamelJasyptSecretKeysHandlerFactory.java       |    4 +-
 .../camel/quarkus/component/git/it/GitIT.java      |    2 -
 pom.xml                                            |    8 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 1233 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  829 ++++++-------
 .../generated/flattened-reduced-verbose-pom.xml    | 1217 +++++++++----------
 22 files changed, 1686 insertions(+), 1663 deletions(-)
 copy 
extensions/jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/{JasyptPasswordNotProvidedTest.java
 => JasyptPasswordSysEnvValueMissingTest.java} (82%)
 copy 
extensions/jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/{JasyptPasswordNotProvidedTest.java
 => JasyptPasswordSysValueMissingTest.java} (82%)

Reply via email to