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 60a87f3ca2e Polished
60a87f3ca2e is described below
commit 60a87f3ca2ea59a4114fd42b45db9c3d95d8a4a6
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jul 31 12:27:53 2025 +0200
Polished
---
.../apache/camel/component/platform/http/main/ManagementHttpServer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/ManagementHttpServer.java
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/ManagementHttpServer.java
index 700db1c1cb7..478f469b463 100644
---
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/ManagementHttpServer.java
+++
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/ManagementHttpServer.java
@@ -655,7 +655,7 @@ public class ManagementHttpServer extends ServiceSupport
implements CamelContext
// load plugin
jolokiaPlugin =
pluginRegistry.resolvePluginById(JolokiaPlatformHttpPlugin.NAME,
JolokiaPlatformHttpPlugin.class)
.orElseThrow(() -> new RuntimeException(
- "JolokiaPlatformHttpPlugin not found. Please add
camel-platform-http-jolokia dependency."));
+ "JolokiaPlatformHttpPlugin not found. Add
camel-platform-http-jolokia dependency."));
Route jolokia = router.route(jolokiaPath + "/*");
jolokia.method(HttpMethod.GET);