This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 9ff94a6d8f80e6995babe1fa4a1fedc177c09e87 Author: James Netherton <[email protected]> AuthorDate: Wed Jan 14 16:13:48 2026 +0000 Disable cxf-soap-grouped native profile due to #8148 --- integration-tests/cxf-soap-grouped/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/cxf-soap-grouped/pom.xml b/integration-tests/cxf-soap-grouped/pom.xml index ca7ccc7696..dac79d1b24 100644 --- a/integration-tests/cxf-soap-grouped/pom.xml +++ b/integration-tests/cxf-soap-grouped/pom.xml @@ -185,6 +185,7 @@ </build> <profiles> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/8148 <profile> <id>native</id> <activation> @@ -212,6 +213,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>
