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

Croway pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new fb6dfb4cae3 chore: exclude camel-micrometer-prometheus from 
observability-services-starter
fb6dfb4cae3 is described below

commit fb6dfb4cae3f6f458427282be3d53feb0ec1aa67
Author: Croway <[email protected]>
AuthorDate: Thu Jun 25 14:32:53 2026 +0200

    chore: exclude camel-micrometer-prometheus from 
observability-services-starter
    
    camel-micrometer-prometheus is a Camel Main-only module that depends on
    camel-platform-http-main (embedded Vert.x management server). In Spring Boot
    it silently disables itself since ManagementHttpServer is absent. The 
starter
    already provides equivalent functionality via camel-micrometer-starter,
    micrometer-registry-prometheus, and Spring Boot Actuator.
---
 components-starter/camel-observability-services-starter/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components-starter/camel-observability-services-starter/pom.xml 
b/components-starter/camel-observability-services-starter/pom.xml
index 2ee9d068c54..7c3ca3c3b4f 100644
--- a/components-starter/camel-observability-services-starter/pom.xml
+++ b/components-starter/camel-observability-services-starter/pom.xml
@@ -53,6 +53,12 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-observability-services</artifactId>
       <version>${camel-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.camel</groupId>
+          <artifactId>camel-micrometer-prometheus</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>

Reply via email to