This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a change to branch 3.20.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 412a4988e3 Upgrade Quarkus Amazon Services to 3.3.2 new 22437a9f88 fixes #7211: disable SshTest#testProducerWithEdDSAKeyType for RHEL8(9) new 0b0fd85de4 Smooks: EDI isn't supported in Camel Quarkus Smooks Fixes #7219 The 2 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: .../ROOT/pages/reference/extensions/smooks.adoc | 7 ++++ .../smooks/runtime/src/main/doc/usage.adoc | 2 + .../{DisabledOnArm.java => DisabledOnRhel.java} | 8 ++-- ...Condition.java => DisabledOnRhelCondition.java} | 34 +++++++++++----- .../quarkus/test/DisabledOnRhelConditionTest.java | 46 ++++++++++++++++++++++ .../camel/quarkus/component/ssh/it/SshTest.java | 2 + poms/bom/pom.xml | 4 ++ poms/bom/src/main/generated/flattened-full-pom.xml | 4 ++ .../src/main/generated/flattened-reduced-pom.xml | 4 ++ .../generated/flattened-reduced-verbose-pom.xml | 4 ++ 10 files changed, 102 insertions(+), 13 deletions(-) create mode 100644 extensions-jvm/smooks/runtime/src/main/doc/usage.adoc copy integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{DisabledOnArm.java => DisabledOnRhel.java} (89%) copy integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{DisabledOnArmCondition.java => DisabledOnRhelCondition.java} (54%) create mode 100644 integration-tests-support/test-support/src/test/java/org/apache/camel/quarkus/test/DisabledOnRhelConditionTest.java