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 9c96d223 Blogpost for VS Code Language Support 0.8.0 release
9c96d223 is described below

commit 9c96d223d60e64e427354f4abefc62da866152cd
Author: Dominik Jelinek <[email protected]>
AuthorDate: Mon Jun 5 16:53:06 2023 +0200

    Blogpost for VS Code Language Support 0.8.0 release
    
    Signed-off-by: Dominik Jelinek <[email protected]>
---
 .../camelRouteJavaDSL.gif                          | Bin 0 -> 451634 bytes
 .../camelRouteXMLDSL.gif                           | Bin 0 -> 515290 bytes
 .../06/language-support-0.8.0-release/index.md     |  45 +++++++++++++++++++++
 .../jbangVersionSettings.png                       | Bin 0 -> 130914 bytes
 4 files changed, 45 insertions(+)

diff --git 
a/content/blog/2023/06/language-support-0.8.0-release/camelRouteJavaDSL.gif 
b/content/blog/2023/06/language-support-0.8.0-release/camelRouteJavaDSL.gif
new file mode 100644
index 00000000..27817808
Binary files /dev/null and 
b/content/blog/2023/06/language-support-0.8.0-release/camelRouteJavaDSL.gif 
differ
diff --git 
a/content/blog/2023/06/language-support-0.8.0-release/camelRouteXMLDSL.gif 
b/content/blog/2023/06/language-support-0.8.0-release/camelRouteXMLDSL.gif
new file mode 100644
index 00000000..3830e6e2
Binary files /dev/null and 
b/content/blog/2023/06/language-support-0.8.0-release/camelRouteXMLDSL.gif 
differ
diff --git a/content/blog/2023/06/language-support-0.8.0-release/index.md 
b/content/blog/2023/06/language-support-0.8.0-release/index.md
new file mode 100644
index 00000000..360ce423
--- /dev/null
+++ b/content/blog/2023/06/language-support-0.8.0-release/index.md
@@ -0,0 +1,45 @@
+---
+title: "New release of VS Code Language Support for Camel 0.8.0"
+date: 2023-06-07
+authors: [djelinek]
+categories: ["Releases","Tooling"]
+preview: "New release of VS Code Language Support for Camel 0.8.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.8.0/Changelog.md#080)
 0.8.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).
+
+# What's changed
+
+- Minimal version of Visual Studio Code to run this extension is 1.76.0
+- Deprecate features related to Camel Kafka Connector
+- Update default Camel Catalog version from 3.20.3 to 3.20.5
+- Update default Camel JBang version from 3.20.3 to 3.20.5
+- Update Kamelet Catalog from 3.20.2 to 3.20.4
+
+# New features
+
+## Command to create a Camel route with Java DSL and XML DSL
+
+With next release there is an addition of new VS Code commands `Camel: Create 
a Camel Route using Java DSL` and `Camel: Create a Camel Route using XML DSL`. 
It allows to user create a new Camel Route file defined in Java DSL or XML DSL. 
The new `*.java` or `*.camel.xml` file is automatically created inside the 
active workspace using [Apache Camel JBang](/manual/camel-jbang.html).
+
+- Command to create a Camel route with Java DSL
+![Provide command to create a Camel route defined in Java DSL using Camel 
JBang](./camelRouteJavaDSL.gif)
+
+- Command to create a Camel route with XML DSL
+![Provide command to create a Camel route defined in XML DSL using Camel 
JBang](./camelRouteXMLDSL.gif)
+
+## Settings
+
+Beginning this release, there is a new setting available for Apache Camel 
JBang version, which is used by extension commands:
+
+- `Camel: Create a Camel Route using Yaml DSL`
+- `Camel: Create a Camel Route using Java DSL`
+- `Camel: Create a Camel Route using XML DSL`
+
+![New setting for Camel JBang version used by extension 
commands](./jbangVersionSettings.png)
+
+# What's next
+
+You can submit bugs, enhancement requests on the [GitHub 
Issues](https://github.com/camel-tooling/camel-lsp-client-vscode/issues) or in 
the [Red Hat Jira](https://issues.redhat.com/browse/FUSETOOLS2).
diff --git 
a/content/blog/2023/06/language-support-0.8.0-release/jbangVersionSettings.png 
b/content/blog/2023/06/language-support-0.8.0-release/jbangVersionSettings.png
new file mode 100644
index 00000000..511d2d35
Binary files /dev/null and 
b/content/blog/2023/06/language-support-0.8.0-release/jbangVersionSettings.png 
differ

Reply via email to