This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/quarkus-main by this push:
new 468054dc50 Restore smallrye-reactive-messaging native testing
468054dc50 is described below
commit 468054dc50d2bac4c0768f6fd96ef67852f6d28c
Author: James Netherton <[email protected]>
AuthorDate: Mon Aug 10 10:55:59 2026 +0100
Restore smallrye-reactive-messaging native testing
Fixes #8752
---
integration-tests/smallrye-reactive-messaging/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/integration-tests/smallrye-reactive-messaging/pom.xml
b/integration-tests/smallrye-reactive-messaging/pom.xml
index 7193310057..4b45ea0934 100644
--- a/integration-tests/smallrye-reactive-messaging/pom.xml
+++ b/integration-tests/smallrye-reactive-messaging/pom.xml
@@ -68,7 +68,6 @@
<profiles>
- <!-- TODO: https://github.com/apache/camel-quarkus/issues/8752
<profile>
<id>native</id>
<activation>
@@ -96,7 +95,6 @@
</plugins>
</build>
</profile>
- -->
<profile>
<id>virtualDependencies</id>
<activation>