This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 8fc99bcf70 Generated files discard 3a68f7820e Generated files discard cf8e6439c3 Generated files discard 270f2d13ef Generated files discard cceaaa5ca4 Revert "Disable kubernetes-client tests due to #6892" discard 9598cc2fa5 Revert "Disable microprofile-fault-tolerance tests due to #6851" discard af50dbc7d3 Fixed azure-storage-blob discard d75d1d30be rebased discard 20220e0af0 Fixes #6889 - jt400 - disables GUI interaction for the native mode discard 1541b4c409 Workaround for jt400 native failure discard 877cbf30f2 Generated files discard 5da4048992 Fixed smb + enabled CamelAutowiredDisabledTest discard b4a67bed2c Generated files discard 222998448f Disabled CamelAutowiredDisabledTest discard e2da5a8d23 Fixed jt400-mocked compilation discard adf8caff5d Update generated files discard 51f0f11bf0 Fix RSS native build discard 70946bac0a Fixup e5408e0 remove redundant tests discard 3a2e869537 feat(extension): onboard Observability Services discard 83e1547c71 Upgrade Camel to 4.10.0 add afb12712d9 Upgrade Debezium to 3.0.7.Final add 049d05bc39 Langchain4j: remove useless dependency (#6915) add 3d58130e4b Fix usage of deprecated locale configuration add ba1c23cd6a Disable kubernetes-client dev services add bc181fa9b8 Fix #6905 to add a test for using artemis jca connector (#6906) add 675b14e60e Regen SBOM from commit bc181fa9b8ad9d22924b3d62e92e761cc4cd4de6 (#6918) add d66ff81ea8 fixes #6909 ssh: extend test coverage add ffc0be20a9 Minor updates to release guide sources dist promotion add 28b17cfdd8 Add changelog for 3.15.2 add a5d3f94224 Fix #6922 to add a JMS Component customizer if Artemis JMS RA is availiable (#6923) add 9b1ab34c3b Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.6.0 to 3.6.1 (#6924) add c395565ffe Validate pull request number from downloaded archive in synchronize-dependabot-branch workflow before attempting to use it new 6898fb3c5b Upgrade Camel to 4.10.0 new 3d9e0176ca feat(extension): onboard Observability Services new d99b180435 Fixup e5408e0 remove redundant tests new 5abd664f7c Fix RSS native build new c388fb0bb8 Update generated files new 44234a101e Fixed jt400-mocked compilation new 6db5402c97 Disabled CamelAutowiredDisabledTest new b4ccf1bb56 Generated files new 61e909de12 Fixed smb + enabled CamelAutowiredDisabledTest new bc5791207b Generated files new e7a547a9fb Workaround for jt400 native failure new 23537cea0f Fixes #6889 - jt400 - disables GUI interaction for the native mode new e0bfa343cd rebased new 78b83d89cd Fixed azure-storage-blob new e925e2fcb7 Revert "Disable microprofile-fault-tolerance tests due to #6851" new a7d3fa617a Revert "Disable kubernetes-client tests due to #6892" new 2e8ea93f94 Generated files new 7aef65e47a Generated files new 5e1b7c664d Generated files new c44b988282 Generated files 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 (8fc99bcf70) \ N -- N -- N refs/heads/camel-main (c44b988282) 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 20 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/ci-build.yaml | 1 + .../workflows/synchronize-dependabot-branch.yaml | 19 +- CHANGELOG.md | 29 + camel-quarkus-sbom/camel-quarkus-sbom.json | 16067 ++++++++++--------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 15173 ++++++++--------- .../pages/contributor-guide/release-guide.adoc | 7 +- .../ROOT/pages/reference/extensions/bindy.adoc | 23 +- .../modules/ROOT/pages/user-guide/native-mode.adoc | 14 +- .../bindy/runtime/src/main/doc/limitations.adoc | 23 +- .../component/jms/deployment/JmsProcessor.java | 16 + .../quarkus/component/jms/CamelJmsRecorder.java | 19 +- .../KubernetesClusterServiceConfigDefaultTest.java | 1 + ...terServiceConfigEnabledWithRebalancingTest.java | 1 + ...terServiceConfigEnabledWithoutDefaultsTest.java | 1 + ...ServiceConfigEnabledWithoutRebalancingTest.java | 1 + .../component/ssh/deployment/SshProcessor.java | 29 +- .../ssh/runtime/SubstituteEdDSAEngine.java} | 44 +- .../ssh/runtime/SubstituteSecurityUtils.java | 65 - .../support/activemq/ActiveMQTestResource.java | 9 + .../{jms-artemis-client => jms-artemis-ra}/pom.xml | 14 +- .../quarkus/component/jms/ra/it/JmsResource.java} | 8 +- .../src/main/resources/application.properties | 3 +- .../camel/quarkus/component/jms/ra/it/JmsRAIT.java | 5 +- .../quarkus/component/jms/ra/it/JmsRATest.java} | 20 +- integration-tests/langchain4j/pom.xml | 4 - .../src/main/resources/application.properties | 7 +- integration-tests/pom.xml | 1 + integration-tests/ssh/generate-certs.sh | 50 + integration-tests/ssh/pom.xml | 27 +- .../quarkus/component/ssh/it/SshResource.java | 93 +- .../camel/quarkus/component/ssh/it/SshRoutes.java | 81 + .../ssh}/src/main/resources/application.properties | 2 +- .../ssh/src/main/resources/edDSA/known_hosts | 1 + .../camel/quarkus/component/ssh/it/SshTest.java | 88 + .../quarkus/component/ssh/it/SshTestResource.java | 64 +- .../component/ssh/it/TestEchoCommandFactory.java | 117 + .../ssh/src/test/resources/edDSA/key_ed25519.pem | 7 + .../src/test/resources/edDSA/key_ed25519.pem.pub | 1 + pom.xml | 5 +- poms/bom/src/main/generated/flattened-full-pom.xml | 456 +- .../src/main/generated/flattened-reduced-pom.xml | 32 +- .../generated/flattened-reduced-verbose-pom.xml | 146 +- tooling/scripts/test-categories.yaml | 1 + 43 files changed, 17334 insertions(+), 15441 deletions(-) copy extensions-core/reactive-executor/runtime/src/main/java/org/apache/camel/quarkus/reactive/executor/ReactiveExecutorRecorder.java => extensions/jms/runtime/src/main/java/org/apache/camel/quarkus/component/jms/CamelJmsRecorder.java (68%) copy extensions/{nats/runtime/src/main/java/org/apache/camel/component/nats/graal/EdDSAEngineSubstitutions.java => ssh/runtime/src/main/java/org/apache/camel/quarkus/component/ssh/runtime/SubstituteEdDSAEngine.java} (71%) delete mode 100644 extensions/ssh/runtime/src/main/java/org/apache/camel/quarkus/component/ssh/runtime/SubstituteSecurityUtils.java copy integration-tests/{jms-artemis-client => jms-artemis-ra}/pom.xml (92%) copy integration-tests/{jms-qpid-amqp-client/src/main/java/org/apache/camel/quarkus/component/jms/qpid/it/QpidJmsResource.java => jms-artemis-ra/src/main/java/org/apache/camel/quarkus/component/jms/ra/it/JmsResource.java} (89%) copy {integration-test-groups/foundation/dataset => integration-tests/jms-artemis-ra}/src/main/resources/application.properties (95%) copy integration-test-groups/aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwIT.java => integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java (90%) copy integration-tests/{jms-qpid-amqp-client/src/test/java/org/apache/camel/quarkus/component/jms/qpid/it/JmsQpidTest.java => jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java} (74%) create mode 100755 integration-tests/ssh/generate-certs.sh create mode 100644 integration-tests/ssh/src/main/java/org/apache/camel/quarkus/component/ssh/it/SshRoutes.java copy {integration-test-groups/foundation/dataset => integration-tests/ssh}/src/main/resources/application.properties (94%) create mode 100644 integration-tests/ssh/src/main/resources/edDSA/known_hosts create mode 100644 integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/TestEchoCommandFactory.java create mode 100644 integration-tests/ssh/src/test/resources/edDSA/key_ed25519.pem create mode 100644 integration-tests/ssh/src/test/resources/edDSA/key_ed25519.pem.pub