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 003dc2d68d Upgrade Quarkus to 3.7.0.CR1
add 95f41e5057 Bump quarkiverse-groovy.version from 3.5.2 to 3.6.0
add 7929bdf62a Auto update Antora graalvm-docs-version attribute
add 7c2822042f Update CHANGELOG with 3.2.3 (#5590)
add 414ecf3256 Switch to org.wiremock:wiremock-standalone
add d7a415f022 Free more disk space on GitHub actions runner
add 500e7b47a4 Remove workaround for quarkusio/quarkus#36952
new 7a5fadc3fe Upgrade Quarkus to 3.7.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 (003dc2d68d)
\
N -- N -- N refs/heads/quarkus-main (7a5fadc3fe)
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:
.../reclaim-disk-space.sh | 38 ++---
.github/workflows/camel-master-cron.yaml | 28 +---
.github/workflows/ci-build.yaml | 28 +---
.github/workflows/quarkus-master-cron.yaml | 28 +---
CHANGELOG.md | 18 +++
docs/antora.yml | 2 +-
integration-tests-support/wiremock/pom.xml | 4 +-
integration-tests/oaipmh/pom.xml | 13 +-
.../openstack/it/OpenStackTestResource.java | 8 -
.../salesforce/SalesforceTestResource.java | 8 -
pom.xml | 9 +-
poms/bom-test/pom.xml | 4 +-
poms/bom/pom.xml | 1 -
poms/bom/src/main/generated/flattened-full-pom.xml | 164 ++++++++++-----------
.../src/main/generated/flattened-reduced-pom.xml | 6 +-
.../generated/flattened-reduced-verbose-pom.xml | 6 +-
16 files changed, 148 insertions(+), 217 deletions(-)
copy release-utils/scripts/upload-source.sh => .github/reclaim-disk-space.sh
(55%)