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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 42537f86740 Regen
42537f86740 is described below

commit 42537f8674046d9acecd92e555f693079cb2d276
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Feb 25 09:05:44 2024 +0100

    Regen
---
 .../camel/component/micrometer/prometheus/MicrometerPrometheus.java     | 2 +-
 .../org/apache/camel/component/platform/http/main/MainHttpServer.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
 
b/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
index 3f062140fa3..5ef866cdf95 100644
--- 
a/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
+++ 
b/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
@@ -386,6 +386,6 @@ public class MicrometerPrometheus extends ServiceSupport 
implements CamelMetrics
         metrics.handler(new BlockingHandlerDecorator(handler, true));
 
         platformHttpComponent.addHttpEndpoint("/q/metrics", null,
-                null, format,null);
+                null, format, null);
     }
 }
diff --git 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
index c30d2de54fb..0a5f600d285 100644
--- 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
+++ 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
@@ -465,7 +465,7 @@ public class MainHttpServer extends ServiceSupport 
implements CamelContextAware,
         jolokia.handler(new BlockingHandlerDecorator(handler, true));
 
         platformHttpComponent.addHttpEndpoint("/q/jolokia", null, null,
-                "text/plain,application/json",null);
+                "text/plain,application/json", null);
     }
 
     protected PlatformHttpPluginRegistry resolvePlatformHttpPluginRegistry() {

Reply via email to