This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 74f224d36efb400674ead8b44273478d73369e76 Author: Jiri Ondrusek <ondrusek.j...@gmail.com> AuthorDate: Mon Mar 10 08:39:07 2025 +0100 Revert "disabled servicenow, bonota and wrodpress" This reverts commit 40d78338aec1113da4eda852643f60f3ad004d9c. --- integration-tests-jvm/pom.xml | 4 ++-- integration-tests/pom.xml | 2 +- tooling/scripts/test-categories.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests-jvm/pom.xml b/integration-tests-jvm/pom.xml index 68df439cad..47b086967e 100644 --- a/integration-tests-jvm/pom.xml +++ b/integration-tests-jvm/pom.xml @@ -39,7 +39,7 @@ <module>azure-cosmosdb</module> <module>azure-storage-datalake</module> <module>barcode</module> - <!-- <module>bonita</module> disabled until a quarkus-cxf containing cxf 4.1.1 is used, https://github.com/apache/cxf/commit/650a19442a78b2bb330212bb680ed94c486c3e95 is required, see https://github.com/apache/camel-quarkus/issues/7106 --> + <module>bonita</module> <module>chatscript</module> <module>chunk</module> <module>cli-connector</module> @@ -96,7 +96,7 @@ <module>stub</module> <module>thrift</module> <module>web3j</module> - <!-- <module>wordpress</module> disabled until a quarkus-cxf containing cxf 4.1.1 is used, https://github.com/apache/cxf/commit/650a19442a78b2bb330212bb680ed94c486c3e95 is required, see https://github.com/apache/camel-quarkus/issues/7106 --> + <module>wordpress</module> <module>workday</module> <module>xml-grouped</module> <module>xmpp</module> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b883f59938..e0253465ce 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -204,7 +204,7 @@ <module>salesforce</module> <module>sap-netweaver</module> <module>saxon</module> - <!-- <module>servicenow</module> disabled until a quarkus-cxf containing cxf 4.1.1 is used, https://github.com/apache/cxf/commit/650a19442a78b2bb330212bb680ed94c486c3e95 is required, see https://github.com/apache/camel-quarkus/issues/7106 --> + <module>servicenow</module> <module>servlet</module> <module>shiro</module> <module>sjms-artemis-client</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 9de8bed77f..f6fd3c45e1 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -229,7 +229,7 @@ group-13: - kubernetes - salesforce - sap-netweaver -# - servicenow + - servicenow - slack - nitrite - twilio