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 b46266f348f Regen
b46266f348f is described below
commit b46266f348faa06fe63b96af0f079e9d8d860fb3
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 14 14:00:27 2024 +0200
Regen
---
.../org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
index 95411d9640c..64ad17a51c0 100644
---
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
+++
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
@@ -94,7 +94,9 @@ public class DebuggerJmxConnectorService extends
ServiceSupport implements Camel
cs.stop();
LOG.debug("Stopped Debugger JMX Connector");
} catch (IOException e) {
- LOG.debug("Error occurred during stopping CamelDebugger JMX
Connector: " + cs + ". This exception will be ignored.", e);
+ LOG.debug("Error occurred during stopping CamelDebugger JMX
Connector: " + cs
+ + ". This exception will be ignored.",
+ e);
}
cs = null;
}
@@ -129,7 +131,7 @@ public class DebuggerJmxConnectorService extends
ServiceSupport implements Camel
// we do not allow remote RMI access so this code is disabled
url = new JMXServiceURL(
"service:jmx:rmi://" + host + ":" + connectorPort +
"/jndi/rmi://" + host
- + ":" + registryPort + path);
+ + ":" + registryPort + path);
} else {
url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://" + host +
":" + registryPort + path);
}