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
The following commit(s) were added to refs/heads/camel-main by this push:
new 538267de8a Disable smallrye-reactive-messaging native profile due to
#8752
538267de8a is described below
commit 538267de8af5b734b9b154a316cbae5b0277dd40
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>