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 af64a336f4 Upgrade Quarkus to 3.7.0.CR1
add c7e592f4bd Make HazelcastInstanceTest wait and verify new cluster
member is shutdown
add 0aa015c966 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0
to 3.5.0 (#5555)
add 60b35cf29b Bump quarkiverse-groovy.version from 3.5.0 to 3.5.2 (#5556)
add e49cefd7ef Regen SBOM from commit
60b35cf29b784192b78ccf1f5c43ad657ffcdcb9 (#5557)
add c743973786 Upgrade quarkus-amazon-services-bom to 2.7.2
add 03e433d285 Fix native issues with REST DSL param arrayType and
allowableValues
add 0163e1d588 Remove redundant Apache Arrow io.netty classes from
google-biqquery extension
add 5bebe18768 Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.4.0 to
2.5.0 (#5563)
add 8f6895ad7c Bump quarkiverse-pooled-jms.version from 2.2.0 to 2.3.0
(#5567)
add a309bb3409 Add changelog for 3.6.0
add 41852bcfdd Add release scripts in Camel Quarkus for uploading and
promoting sour… (#5571)
new d90122007b 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 (af64a336f4)
\
N -- N -- N refs/heads/quarkus-main (d90122007b)
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:
CHANGELOG.md | 57 +
camel-quarkus-sbom/camel-quarkus-sbom.json | 30822 +++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 31516 ++++++++++---------
.../pages/contributor-guide/release-guide.adoc | 22 +-
.../src/main/java/io/netty/buffer/LargeBuffer.java | 34 -
.../io/netty/buffer/MutableWrappedByteBuf.java | 447 -
.../io/netty/buffer/PooledByteBufAllocatorL.java | 277 -
.../io/netty/buffer/UnsafeDirectLittleEndian.java | 261 -
.../java/deployment/OpenApiJavaProcessor.java | 4 +
extensions/openapi-java/runtime/pom.xml | 5 -
.../java/graal/RestOpenApiReaderSubstitutions.java | 32 -
.../hazelcast/it/HazelcastInstanceTest.java | 14 +-
.../component/hazelcast/it/HazelcastListTest.java | 2 -
.../hazelcast/it/HazelcastTestResource.java | 12 +-
.../component/openapijava/it/OpenApiRoutes.java | 79 +-
.../component/openapijava/it/v3/OpenApiV3Test.java | 27 +
pom.xml | 19 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 17482 +++++-----
.../src/main/generated/flattened-reduced-pom.xml | 127 +-
.../generated/flattened-reduced-verbose-pom.xml | 323 +-
.../scripts/promote-release.sh | 14 +-
.../scripts/sign.sh | 22 +-
.../scripts/upload-source.sh | 23 +-
23 files changed, 41711 insertions(+), 39910 deletions(-)
delete mode 100644
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/LargeBuffer.java
delete mode 100644
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/MutableWrappedByteBuf.java
delete mode 100644
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java
delete mode 100644
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/UnsafeDirectLittleEndian.java
delete mode 100644
extensions/openapi-java/runtime/src/main/java/org/apache/camel/quarkus/component/openapi/java/graal/RestOpenApiReaderSubstitutions.java
copy docs/local-build.sh => release-utils/scripts/promote-release.sh (73%)
copy docs/local-build.sh => release-utils/scripts/sign.sh (73%)
copy integration-tests/mail/src/test/resources/generate-certificates.sh =>
release-utils/scripts/upload-source.sh (56%)