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 3c981ed8c3 Disable MicroProfile Fault Tolerance tests due to #6285
discard de2e4af19c Upgrade Quarkus to 3.14.0.CR1
add 7af604f35e Bump cq-plugin.version from 4.9.1 to 4.9.2 (#6323)
add fd993dbf31 Bump quarkiverse-pooled-jms.version from 2.4.0 to 2.5.0
add 76728f8ce3 Avoid dependency misconvergence when extensions are used
together
add cc1c3bb2f2 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to
3.4.0 (#6326)
add 77d86aaa05 Restore Aws2KinesisFirehoseTest
add a11f1e7eda Bump quarkiverse-langchain4j.version from 0.16.4 to 0.17.0
(#6332)
add 93e8ffb5e3 Mark modules using legacy @ConfigRoot as such
new 8c0cfb3f35 Upgrade Quarkus to 3.14.0.CR1
new 34ae5fd97c Disable MicroProfile Fault Tolerance tests due to #6285
new 0cf262d0f1 Disable update-extension-doc-page due to #6334
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 (3c981ed8c3)
\
N -- N -- N refs/heads/quarkus-main (0cf262d0f1)
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 3 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:
extensions-core/core/runtime/pom.xml | 3 +
extensions-jvm/cli-connector/runtime/pom.xml | 3 +
extensions/cxf-soap/deployment/pom.xml | 3 +
extensions/debug/runtime/pom.xml | 3 +
extensions/fhir/runtime/pom.xml | 3 +
extensions/file-cluster-service/runtime/pom.xml | 3 +
extensions/graphql/runtime/pom.xml | 3 +
extensions/grpc/runtime/pom.xml | 3 +
extensions/jfr/runtime/pom.xml | 3 +
extensions/joor/runtime/pom.xml | 3 +
extensions/kafka/runtime/pom.xml | 3 +
extensions/kamelet/runtime/pom.xml | 3 +
.../kubernetes-cluster-service/runtime/pom.xml | 3 +
extensions/micrometer/runtime/pom.xml | 3 +
extensions/microprofile-health/runtime/pom.xml | 3 +
extensions/openapi-java/deployment/pom.xml | 3 +
extensions/opentelemetry/runtime/pom.xml | 3 +
extensions/rest-openapi/runtime/pom.xml | 3 +
extensions/servlet/runtime/pom.xml | 3 +
extensions/xslt/runtime/pom.xml | 3 +
...s2KinesisIT.java => Aws2KinesisFirehoseIT.java} | 2 +-
.../aws2/kinesis/it/Aws2KinesisFirehoseTest.java | 136 +++++++++++++++++++++
pom.xml | 17 ++-
poms/bom/pom.xml | 35 ++++++
poms/bom/src/main/generated/flattened-full-pom.xml | 57 +++++++--
.../src/main/generated/flattened-reduced-pom.xml | 55 +++++++--
.../generated/flattened-reduced-verbose-pom.xml | 55 +++++++--
.../quarkus/maven/UpdateExtensionDocPageMojo.java | 75 ++++++------
28 files changed, 415 insertions(+), 77 deletions(-)
copy
integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/{Aws2KinesisIT.java
=> Aws2KinesisFirehoseIT.java} (93%)
create mode 100644
integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisFirehoseTest.java