This is an automated email from the ASF dual-hosted git repository. github-actions[bot] pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 655232000573074d32f8a8d64d8458a722ea314d 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>
