This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from f4981d1fc4 fixes #4127 - splunk, splunk-hec SSL tests (#6314) (#6650)
new e67c499e60 [ARM] Skip tests for unsupported services
new 40a489829e Add header details and examples to Qute documentation
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/qute.adoc | 105 +++++++++++++++++++++
.../org/apache/camel/component/qute/qute.json | 6 ++
.../apache/camel/component/qute/QuteConstants.java | 6 ++
.../apache/camel/component/qute/QuteEndpoint.java | 2 +-
extensions/qute/runtime/src/main/doc/usage.adoc | 101 ++++++++++++++++++++
.../component/jdbc/db2/CamelDb2JdbcTest.java | 2 +
integration-test-groups/jdbc/mssql/pom.xml | 7 +-
.../component/jdbc/mssql/CamelMssqlJdbcTest.java | 2 +
integration-test-groups/jdbc/oracle/pom.xml | 7 +-
.../component/jdbc/oracle/CamelOracleJdbcTest.java | 2 +
.../apache/camel/quarkus/test/DisabledOnArm.java} | 15 +--
...eCondition.java => DisabledOnArmCondition.java} | 31 +++---
.../camel/quarkus/component/lra/it/LraTest.java | 2 +
.../component/splunk/hec/it/SplunkHecTest.java | 2 +
.../quarkus/component/splunk/it/SplunkTest.java | 2 +
15 files changed, 265 insertions(+), 27 deletions(-)
copy
integration-tests-support/{wiremock/src/main/java/org/apache/camel/quarkus/test/wiremock/MockServer.java
=>
test-support/src/main/java/org/apache/camel/quarkus/test/DisabledOnArm.java}
(74%)
copy
integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{EnabledIfFipsModeCondition.java
=> DisabledOnArmCondition.java} (63%)