You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/04 07:47:56 UTC

[camel-website] branch main updated: Blogpost for VS Code Language Support 0.7.0 release

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

acosentino 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 4618d2ad Blogpost for VS Code Language Support 0.7.0 release
4618d2ad is described below

commit 4618d2ad5754c0a084246820467ed622054ec931
Author: Dominik Jelinek <dj...@redhat.com>
AuthorDate: Fri Mar 24 11:36:18 2023 +0100

    Blogpost for VS Code Language Support 0.7.0 release
    
    Signed-off-by: Dominik Jelinek <dj...@redhat.com>
---
 .../camelRouteYamlDSL.gif                          | Bin 0 -> 313745 bytes
 .../03/language-support-0.7.0-release/index.md     |  29 +++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/content/blog/2023/03/language-support-0.7.0-release/camelRouteYamlDSL.gif b/content/blog/2023/03/language-support-0.7.0-release/camelRouteYamlDSL.gif
new file mode 100644
index 00000000..03533598
Binary files /dev/null and b/content/blog/2023/03/language-support-0.7.0-release/camelRouteYamlDSL.gif differ
diff --git a/content/blog/2023/03/language-support-0.7.0-release/index.md b/content/blog/2023/03/language-support-0.7.0-release/index.md
new file mode 100644
index 00000000..d0481a53
--- /dev/null
+++ b/content/blog/2023/03/language-support-0.7.0-release/index.md
@@ -0,0 +1,29 @@
+---
+title: "New release of VS Code Language Support for Camel 0.7.0"
+date: 2023-03-31
+authors: [djelinek]
+categories: ["Releases","Tooling"]
+preview: "New release of VS Code Language Support for Camel 0.7.0"
+---
+
+There is a new release of VS Code extension [Language support for Apache Camel](https://github.com/camel-tooling/camel-lsp-client-vscode/blob/0.7.0/Changelog.md#070) 0.7.0
+
+Available at [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel) and [Open VSX Registry](https://open-vsx.org/extension/redhat/vscode-apache-camel).
+
+# Camel versions upgrades
+
+- Update default Camel Catalog version from 3.20.0 to 3.20.3
+- Update Kamelet Catalog from 0.10.0 to 3.20.2
+- Update Camel Quarkus Catalog from 2.15.0 to 2.16.0
+
+# New features
+
+## Command to create a Camel route with Yaml DSL
+
+With new release there is an addition of a new vscode command `Camel: Create a Camel Route using Yaml DSL`. It allows to user create a new Camel Route file defined in Yaml DSL. The new `*.camel.yaml` file is automatically created inside the active workspace using [Apache Camel JBang](/manual/camel-jbang.html).
+
+![Outline have a very long name for Camel in previous version](./camelRouteYamlDSL.gif)
+
+# New requirements
+
+Beginning this release, for some features it is required to have [JBang](https://www.jbang.dev) available on a system command-line.