This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit b74150bb688f651b2a1d9fcf3f90a9d6d26f6e3b
Author: James Netherton <[email protected]>
AuthorDate: Thu Jun 11 09:28:26 2026 +0100

    Disable smallrye-reactive-messaging native profile due to #8752
---
 integration-tests/smallrye-reactive-messaging/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/smallrye-reactive-messaging/pom.xml 
b/integration-tests/smallrye-reactive-messaging/pom.xml
index 0954ad0611..9efb745fbd 100644
--- a/integration-tests/smallrye-reactive-messaging/pom.xml
+++ b/integration-tests/smallrye-reactive-messaging/pom.xml
@@ -68,6 +68,7 @@
 
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/8752
         <profile>
             <id>native</id>
             <activation>
@@ -95,6 +96,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to