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 e8f373062b Enable micrometer & observability-services native profiles
e8f373062b is described below
commit e8f373062bc6ac6e3ca7dda622f263533b55ff87
Author: James Netherton <[email protected]>
AuthorDate: Wed Nov 26 07:26:50 2025 +0000
Enable micrometer & observability-services native profiles
---
integration-tests/micrometer/pom.xml | 2 --
integration-tests/observability-services/pom.xml | 2 --
2 files changed, 4 deletions(-)
diff --git a/integration-tests/micrometer/pom.xml
b/integration-tests/micrometer/pom.xml
index 7404a42275..ff810f999d 100644
--- a/integration-tests/micrometer/pom.xml
+++ b/integration-tests/micrometer/pom.xml
@@ -90,7 +90,6 @@
</dependencies>
<profiles>
- <!-- https://github.com/apache/camel-quarkus/issues/7946
<profile>
<id>native</id>
<activation>
@@ -118,7 +117,6 @@
</plugins>
</build>
</profile>
- -->
<profile>
<id>virtualDependencies</id>
<activation>
diff --git a/integration-tests/observability-services/pom.xml
b/integration-tests/observability-services/pom.xml
index 4a9d07b96b..062e9f8fbd 100644
--- a/integration-tests/observability-services/pom.xml
+++ b/integration-tests/observability-services/pom.xml
@@ -79,7 +79,6 @@
</dependencies>
<profiles>
- <!-- https://github.com/apache/camel-quarkus/issues/7946
<profile>
<id>native</id>
<activation>
@@ -107,7 +106,6 @@
</plugins>
</build>
</profile>
- -->
<profile>
<id>virtualDependencies</id>
<activation>