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

jiriondrusek 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 479d31ee0d Disabled micrometer native because of #7946
479d31ee0d is described below

commit 479d31ee0de66d72365f0de97591acf1fd6d788a
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 d4b0450efa..d47f2e652a 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