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 5c0ea12053 Document FOP JDK version limitations and override native
builder image in integration tests due to #7936
discard e2ca8f577b Temporarily hard code otel postgres dev services image in
application.properties
discard 8cc1d4e2b0 Disable Infinispan tests and native profiles due to #7976
discard ed9dd97d6b Upgrade Quarkus to 3.31.0.CR1
add 43431adf68 Add .sdkmanrc
add 3057418a89 Upgrade to Camel 4.17.0
new 145a38cfe0 Upgrade Quarkus to 3.31.0.CR1
new 8fed16b2c2 Temporarily hard code otel postgres dev services image in
application.properties
new 04cee28607 Document FOP JDK version limitations and override native
builder image in integration tests due to #7936
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 (5c0ea12053)
\
N -- N -- N refs/heads/quarkus-main (04cee28607)
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:
.sdkmanrc | 5 +
docs/antora.yml | 2 +-
docs/modules/ROOT/examples/components/olingo4.yml | 2 +-
docs/modules/ROOT/examples/components/stomp.yml | 2 +-
docs/modules/ROOT/examples/others/aws-xray.yml | 2 +-
docs/modules/ROOT/examples/others/mdc.yml | 2 +-
.../ROOT/pages/reference/extensions/aws-xray.adoc | 6 +-
.../ROOT/pages/reference/extensions/mdc.adoc | 2 +-
.../ROOT/pages/reference/extensions/olingo4.adoc | 6 +-
.../ROOT/pages/reference/extensions/stomp.adoc | 6 +-
.../main/resources/META-INF/quarkus-extension.yaml | 1 +
.../main/resources/META-INF/quarkus-extension.yaml | 1 +
extensions/docling/deployment/pom.xml | 4 +
.../docling/deployment/DoclingProcessor.java | 47 +
extensions/docling/runtime/pom.xml | 9 +
...lingServeClientBuilderFactorySubstitutions.java | 21 +-
.../keycloak/deployment/KeycloakProcessor.java | 8 +
...terServiceConfigEnabledWithoutDefaultsTest.java | 4 +-
...ServiceConfigEnabledWithoutRebalancingTest.java | 4 +-
.../cluster/KubernetesClusterServiceRecorder.java | 4 +-
.../main/resources/META-INF/quarkus-extension.yaml | 1 +
integration-tests/hazelcast/pom.xml | 2 +
.../infinispan-quarkus-client/pom.xml | 2 -
.../infinispan/InfinispanQuarkusClientIT.java | 2 -
.../infinispan/InfinispanQuarkusClientTest.java | 2 -
integration-tests/infinispan/pom.xml | 3 -
.../quarkus/component/infinispan/InfinispanIT.java | 2 -
.../component/infinispan/InfinispanTest.java | 2 -
.../jta/src/main/resources/application.properties | 2 +
.../camel/quarkus/component/jta/it/JtaTest.java | 16 +-
.../component/master/it/MasterFileTest.java | 9 +-
.../quarkus/component/master/it/MasterTest.java | 12 +-
.../src/main/resources/application.properties | 2 +-
.../src/main/resources/application.properties | 2 +-
.../component/qdrant/it/QdrantResource.java | 8 +-
.../quarkus/component/qdrant/it/QdrantTest.java | 2 +-
pom.xml | 15 +-
poms/bom/pom.xml | 15 +
poms/bom/src/main/generated/flattened-full-pom.xml | 1814 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 885 +++++-----
.../generated/flattened-reduced-verbose-pom.xml | 1021 +++++------
41 files changed, 2043 insertions(+), 1914 deletions(-)
create mode 100644 .sdkmanrc
copy
extensions-support/debezium/runtime/src/main/java/org/apache/camel/quarkus/support/debezium/graal/MBeansSubstitutions.java
=>
extensions/docling/runtime/src/main/java/ai/docling/serve/client/DoclingServeClientBuilderFactorySubstitutions.java
(69%)