This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 90791a872e Disable MicroProfile Fault Tolerance tests due to #6285 discard 4d58503f15 Upgrade Camel to 4.8.0 add f3a7991567 Replace aws2-kinesis native substitutions with bytecode transformation #6238 add 889d35bce1 Remove redundant microprofile-fault-tolerance dependencies from foundation-grouped tests add ba12dd3471 Disable commons-pool2 JMX MBean registration in native mode add 72374dc1d1 Upgrade Quarkus to 3.13.0 (#6293) add ad1aa5cc3a Improve the documentation for better Quarkus LangChain4j version alignment #6288 (#6289) new 19be6c7e3a Upgrade Camel to 4.8.0 new dfb7797497 Disable MicroProfile Fault Tolerance tests due to #6285 new 4d61ad715a generated poms 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 (90791a872e) \ N -- N -- N refs/heads/camel-main (4d61ad715a) 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: docs/antora.yml | 2 +- .../reference/extensions/langchain4j-chat.adoc | 23 + .../extensions/langchain4j-embeddings.adoc | 23 + extensions/aws2-kinesis/deployment/pom.xml | 5 +- .../kinesis}/deployment/JakartaEnablement.java | 12 +- .../kinesis/graalvm/Aws2KinesisSubstitutions.java | 165 ---- .../runtime/SubstituteBaseGenericObjectPool.java} | 46 +- .../cxf/soap/ssl/it/CxfSoapGlobalTrustedSslIT.java | 2 + .../soap/ssl/it/CxfSoapGlobalTrustedSslTest.java | 2 + .../soap/ssl/it/CxfSoapGlobalUntrustedSslIT.java | 2 + .../soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java | 2 + .../component/cxf/soap/ssl/it/CxfSoapSslIT.java | 2 + .../component/cxf/soap/ssl/it/CxfSoapSslTest.java | 2 + .../soap/wss/client/it/CxfSoapWssClientTest.java | 13 +- integration-tests/foundation-grouped/pom.xml | 17 - pom.xml | 4 +- poms/bom/src/main/generated/flattened-full-pom.xml | 896 +++++++++++---------- .../src/main/generated/flattened-reduced-pom.xml | 94 ++- .../generated/flattened-reduced-verbose-pom.xml | 644 +++++++-------- .../quarkus/maven/UpdateExtensionDocPageMojo.java | 1 + .../doc-templates/extension-doc-page.adoc | 25 + 21 files changed, 962 insertions(+), 1020 deletions(-) copy {extensions-support/ahc/deployment/src/main/java/org/apache/camel/quarkus/component/support/ahc => extensions/aws2-kinesis/deployment/src/main/java/org/apache/camel/quarkus/component/aws2/kinesis}/deployment/JakartaEnablement.java (90%) delete mode 100644 extensions/aws2-kinesis/runtime/src/main/java/org/apache/camel/quarkus/component/aws2/kinesis/graalvm/Aws2KinesisSubstitutions.java copy extensions/{fhir/runtime/src/main/java/org/apache/camel/quarkus/component/fhir/graal/SchematronSubstitutions.java => netty/runtime/src/main/java/org/apache/camel/quarkus/component/netty/runtime/SubstituteBaseGenericObjectPool.java} (50%)