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 8a5cb1e942 Fixes #6889 - jt400 - disables GUI interaction for the native mode omit ea53e3545c Workaround for jt400 native failure omit 7e93c6b9a4 Generated files omit 77282d9b3c Fixed smb + enabled CamelAutowiredDisabledTest omit 29f6e057c2 Generated files omit 2473a2cea6 Disabled CamelAutowiredDisabledTest omit 9ab2cda1c1 Fixed jt400-mocked compilation omit 6d8e197438 Update generated files omit c9fa0008eb Fix RSS native build omit 6b9c7140a9 Fixup e5408e0 remove redundant tests omit 3a7ef5b15f feat(extension): onboard Observability Services omit 1663a9b933 Upgrade Camel to 4.10.0 add b9c132d645 Upgrade Debezium to 3.0.5.Final add e69c583dbd Regen SBOM from commit b9c132d645387b655fb3aeecf8af09ba3de92020 (#6887) add dddddda7dd Bump org.apache.maven.plugins:maven-remote-resources-plugin add a90f8e7ab3 [#6888] Use @ApplicationScoped instead of @SessionScoped add 9ce8187243 Switch from docker.io to gcr.io for container images add cb765cb293 Fix generated BrotliInputStream constructor add 7e2dcad74c Bump quarkiverse-langchain4j.version from 0.22.0 to 0.23.0 (#6894) add ed401640d1 langchain4j: add support for AI service resolution by bean name #6866 (#6899) add df430f6df4 Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#6901) new cc7e57637c Upgrade Camel to 4.10.0 new df9738b1b4 feat(extension): onboard Observability Services new 232384da6b Fixup e5408e0 remove redundant tests new 2b9eb0ae4a Fix RSS native build new 8b0056fea3 Update generated files new 077861ba6b Fixed jt400-mocked compilation new 61bbc121ba Disabled CamelAutowiredDisabledTest new da8783a529 Generated files new f26a675d3c Fixed smb + enabled CamelAutowiredDisabledTest new 2fffe0cde9 Generated files new 2ed0a54b84 Workaround for jt400 native failure new 731b022fcb Fixes #6889 - jt400 - disables GUI interaction for the native mode new dfe9fb115e rebased 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 (8a5cb1e942) \ N -- N -- N refs/heads/camel-main (dfe9fb115e) 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 13 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: .github/workflows/camel-master-cron.yaml | 2 +- .github/workflows/ci-build.yaml | 4 +- .github/workflows/quarkus-master-cron.yaml | 2 +- camel-quarkus-sbom/camel-quarkus-sbom.json | 352 ++++++++-------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 354 ++++++++-------- .../ROOT/pages/reference/extensions/cxf-soap.adoc | 6 +- .../pages/reference/extensions/langchain4j.adoc | 31 +- .../deployment/HttpClient5Processor.java | 10 +- .../graal/BrotliAbsentBooleanSupplier.java | 2 +- .../cxf-soap/runtime/src/main/doc/usage.adoc | 6 +- .../runtime/src/main/doc/configuration.adoc | 30 +- .../cxf/soap/client/it/CxfSoapClientRoutes.java | 50 ++- .../soap/converter/it/CxfSoapConverterRoutes.java | 16 +- .../cxf/soap/it/metrics/CxfSoapMetricsRoutes.java | 7 +- .../cxf/soap/mtom/it/CxfSoapMtomRoutes.java | 45 +- .../cxf/soap/rest/it/CxfSoapRestRoutes.java | 3 +- .../cxf/soap/ssl/it/CxfSoapSslRoutes.java | 20 +- .../src/main/resources/application.properties | 2 + .../component/langchain4jit/LangChain4jTest.java | 2 - .../component/paho/it/PahoTestResource.java | 4 +- pom.xml | 62 +-- poms/bom/src/main/generated/flattened-full-pom.xml | 464 ++++++++++----------- .../src/main/generated/flattened-reduced-pom.xml | 40 +- .../generated/flattened-reduced-verbose-pom.xml | 154 +++---- 24 files changed, 889 insertions(+), 779 deletions(-)