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 047679aedf Upgrade Quarkus to 3.4.0.CR1
add 17bb3b14f4 Update migration guide version for 3.2.0 LTS
add b84e191e6a Fix resolution of postgres.container.image config property
in OpenTelemetry tests
add 84b525f1f2 Use quarkus.scheduler.start-mode instead of deprecated
quarkus.quartz variant
add 038810b414 Fix resolution of postgres.container.image config property
in Quartz Clustered tests
add 39cdbc5c2f Manage platform participant dependencies
add 0219d77c07 Regen SBOM from commit
39cdbc5c2f54ff473fd71db975c11a88c68c5111 (#5252)
add 5c082f1781 Fix links to 3.2.0 migration guide
add e8f0427eb1 Avoid generating camel-yaml-io 'whats inside' doc section
until Camel docs exist
add 5b11bfdb67 Bump quarkiverse-jgit.version from 3.0.2 to 3.0.3
add c646b11d23 Exclude com.google.auto.value:auto-value-annotations from
gRPC and Google Pubsub extensions
add 6e0b05b164 Bump quarkiverse-minio.version from 3.1.0.Final to 3.3.1
add 2121be3919 Bump quarkiverse-jsch.version from 3.0.3 to 3.0.4
add 1a37a72867 Upgrade to Quarkus CXF 2.3.1
new c583385f29 Upgrade Quarkus to 3.4.0.CR1
new 883bdc16c8 Revert "Disable infinispan tests"
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 (047679aedf)
\
N -- N -- N refs/heads/quarkus-main (883bdc16c8)
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 2 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:
camel-quarkus-sbom/camel-quarkus-sbom.json | 151436 +++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 119572 +++++++-------
docs/modules/ROOT/nav.adoc | 2 +-
.../migration-guide/{3.0.0.adoc => 3.2.0.adoc} | 4 +-
docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
.../ROOT/pages/reference/extensions/quartz.adoc | 2 +-
.../ROOT/pages/reference/extensions/yaml-io.adoc | 7 -
.../io/netty/buffer/PooledByteBufAllocatorL.java | 2 +-
...tion-quarkus-scheduler-not-autowired.properties | 2 +-
...ation-configuration-quartz-scheduler.properties | 2 +-
.../runtime/src/main/doc/usage-advanced.adoc | 2 +-
.../deployment/VertxWebsocketProcessor.java | 5 +-
.../vertx/websocket/VertxWebsocketRecorder.java | 25 +-
.../src/main/resources/application.properties | 3 +-
.../opentelemetry/it/OpenTelemetryIT.java | 2 -
.../opentelemetry/it/OpenTelemetryTest.java | 2 +
.../it/OpenTelemetryTestResource.java | 15 +-
integration-tests/pom.xml | 4 +-
.../src/main/resources/application.properties | 3 +-
.../component/quartz/it/QuartzClusteredIT.java | 2 -
.../component/quartz/it/QuartzClusteredTest.java | 2 +
.../quartz/it/QuartzClusteredTestResource.java | 15 +-
pom.xml | 20 +-
poms/bom/pom.xml | 8 +
poms/bom/src/main/generated/flattened-full-pom.xml | 944 +-
.../src/main/generated/flattened-reduced-pom.xml | 94 +-
.../generated/flattened-reduced-verbose-pom.xml | 658 +-
.../quarkus/maven/UpdateExtensionDocPageMojo.java | 1 +
tooling/scripts/test-categories.yaml | 2 +
29 files changed, 136819 insertions(+), 136018 deletions(-)
rename docs/modules/ROOT/pages/migration-guide/{3.0.0.adoc => 3.2.0.adoc} (95%)
copy
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/CxfWssServerTestResource.java
=>
integration-tests/opentelemetry/src/test/java/org/apache/camel/quarkus/component/opentelemetry/it/OpenTelemetryTestResource.java
(68%)
copy
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/CxfWssServerTestResource.java
=>
integration-tests/quartz-clustered/src/test/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredTestResource.java
(68%)