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

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

commit d6dc2dc20391b79f50a90f4c212f54a8183138d2
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Fri Nov 7 16:11:02 2025 +0100

    Disabled micrometer native because of #7946
---
 integration-tests/micrometer/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/micrometer/pom.xml 
b/integration-tests/micrometer/pom.xml
index ff810f999d..7404a42275 100644
--- a/integration-tests/micrometer/pom.xml
+++ b/integration-tests/micrometer/pom.xml
@@ -90,6 +90,7 @@
     </dependencies>
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/7946
         <profile>
             <id>native</id>
             <activation>
@@ -117,6 +118,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to