This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 948127baec3 Render unordered list in doc correctly (#7916)
948127baec3 is described below
commit 948127baec3321dd01d609ca92bbd9129d5526b7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Jun 28 14:37:08 2022 +0200
Render unordered list in doc correctly (#7916)
---
docs/user-manual/modules/ROOT/pages/debugger.adoc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/debugger.adoc
b/docs/user-manual/modules/ROOT/pages/debugger.adoc
index fd054cddb1f..4abb912856b 100644
--- a/docs/user-manual/modules/ROOT/pages/debugger.adoc
+++ b/docs/user-manual/modules/ROOT/pages/debugger.adoc
@@ -125,11 +125,11 @@ that you won't miss any messages. For this kind of need,
you have to set either
In case the environment variable and the system property are both set, the
value of the environment variable is used.
Several 3rd party tooling are using it:
-- https://hawt.io/[hawtio] uses this for its web based debugging functionality
--
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel[VS
Code Debug Adapter for Camel]
--
http://marketplace.eclipse.org/content/textual-debugging-apache-camel[Eclipse
Desktop Debug Adapter for Camel]
-- https://plugins.jetbrains.com/plugin/9371-apache-camel[IntelliJ Camel plugin]
-- https://github.com/camel-tooling/camel-debug-adapter[Debug Adapter Server
for Camel]
+* https://hawt.io/[hawtio] uses this for its web based debugging functionality
+*
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel[VS
Code Debug Adapter for Camel]
+*
http://marketplace.eclipse.org/content/textual-debugging-apache-camel[Eclipse
Desktop Debug Adapter for Camel]
+* https://plugins.jetbrains.com/plugin/9371-apache-camel[IntelliJ Camel plugin]
+* https://github.com/camel-tooling/camel-debug-adapter[Debug Adapter Server
for Camel]
Camel requires to have `camel-management` JAR on the classpath for having JMX
enabled.