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-website.git
The following commit(s) were added to refs/heads/main by this push: new dddd2488 Fix URL of external image in camel-idea-plugin-release-0.8.13 dddd2488 is described below commit dddd248848ba105fd0e178cfe929c2dc58ece5aa Author: Nicolas Filotto <nfilo...@talend.com> AuthorDate: Wed Aug 17 18:37:15 2022 +0200 Fix URL of external image in camel-idea-plugin-release-0.8.13 --- content/blog/2022/08/camel-idea-plugin-release-0.8.13/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2022/08/camel-idea-plugin-release-0.8.13/index.md b/content/blog/2022/08/camel-idea-plugin-release-0.8.13/index.md index 9a05bff9..ae9a75f9 100644 --- a/content/blog/2022/08/camel-idea-plugin-release-0.8.13/index.md +++ b/content/blog/2022/08/camel-idea-plugin-release-0.8.13/index.md @@ -16,7 +16,7 @@ In this release, we mainly focused on improving the Camel Debugger user experien In this version, in the case of the Standalone/Main and Spring Boot runtimes, it is now possible to enable the Camel Debugger seamlessly when launching a Camel application or a test by using respectively the _Java Launcher_ or the _JUnit Launcher_ as shown below: - + The plugin detects that you are trying to launch a Camel application, and then automatically adds the required dependencies and configuration properties for you to enable the Camel Debugger.