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 f599a75df6 Upgrade Quarkus to 3.32.0.CR1
     add 1beb37f2e3 Upgrade Quarkus Amazon Services to 3.13.0
     add 8ca2075fe9 Update file-cluster-service configuration for recent 
FileLockClusterService enhancements
     add 7ea087c14a Add IBM MQ client trace logs to .gitignore
     add 8dc254f3c7 Bump actions/checkout from 6.0.1 to 6.0.2
     add 6df244a64f Bump actions/setup-java from 5.1.0 to 5.2.0
     add 95f8c68d21 Restore usage of mirror.gcr.io to quartz-clustered testing
     add 0a2074b4ae Remove cq-maven-plugin ignoredOverlap configuration for 
at.yawk.lz4:lz4-java
     add e0cf724304 Provide test to extract metadata with docling
     add aaf7b67531 Update copyright notices for 2026
     new 899df5344f Upgrade Quarkus to 3.32.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   (f599a75df6)
            \
             N -- N -- N   refs/heads/quarkus-main (899df5344f)

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           |   32 +-
 .github/workflows/check-dependency-convergence.yml |    4 +-
 .github/workflows/ci-build.yaml                    |   32 +-
 .github/workflows/generate-sbom-main.yml           |    4 +-
 .github/workflows/jdk25-build.yaml                 |   28 +-
 .github/workflows/label-issue.yaml                 |    2 +-
 .github/workflows/pr-doc-validation.yml            |    4 +-
 .github/workflows/pr-validate.yml                  |    4 +-
 .github/workflows/quarkus-lts-ci-build.yaml        |   26 +-
 .github/workflows/quarkus-master-cron.yaml         |   32 +-
 .../workflows/synchronize-dependabot-branch.yaml   |    2 +-
 LICENSE.txt                                        |    2 +-
 NOTICE.txt                                         |    4 +-
 .../reference/extensions/file-cluster-service.adoc |   27 +-
 ...LockClusterServiceConfigDefaultEnabledTest.java |    3 +
 .../file/cluster/FileLockClusterServiceConfig.java |   29 +-
 .../cluster/FileLockClusterServiceRecorder.java    |    5 +-
 integration-tests/docling/pom.xml                  |    4 +
 .../component/docling/it/DoclingResource.java      |   29 +-
 .../src/main/resources/application.properties      |    2 +-
 .../docling/src/main/resources/multi_page.pdf      |  Bin 0 -> 128322 bytes
 .../quarkus/component/docling/it/DoclingTest.java  |   45 +-
 integration-tests/jms-ibmmq-client/.gitignore      |    2 +
 .../src/main/resources/application.properties      |    2 +-
 pom.xml                                            |    8 +-
 poms/bom/pom.xml                                   |    1 -
 poms/bom/src/main/generated/flattened-full-pom.xml | 2747 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  127 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  355 +--
 29 files changed, 1864 insertions(+), 1698 deletions(-)
 create mode 100644 integration-tests/docling/src/main/resources/multi_page.pdf
 create mode 100644 integration-tests/jms-ibmmq-client/.gitignore

Reply via email to