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 338db0a6 Release announcement VS Code Tooling for Camel K 0.0.36
(#1091)
338db0a6 is described below
commit 338db0a6a694fef239d8ac02f55e2740e1fb2ecc
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Nov 8 06:45:33 2023 +0100
Release announcement VS Code Tooling for Camel K 0.0.36 (#1091)
* Camel K 2
* Java standalone
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../2023/11/vscode-camelk-release-0.0.36/index.md | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/content/blog/2023/11/vscode-camelk-release-0.0.36/index.md
b/content/blog/2023/11/vscode-camelk-release-0.0.36/index.md
new file mode 100644
index 00000000..e60c7a5a
--- /dev/null
+++ b/content/blog/2023/11/vscode-camelk-release-0.0.36/index.md
@@ -0,0 +1,23 @@
+---
+title: "New release of VS Code Tooling for Camel K 0.0.36"
+date: 2023-11-07
+authors: [apupier]
+categories: ["Releases","Tooling"]
+preview: "New release of VS Code Tooling for Camel K 0.0.36"
+---
+
+There is a new release of VS Code extension [Tooling for Apache Camel
K](https://github.com/camel-tooling/vscode-camelk/blob/0.0.36/CHANGELOG.md#0036)
0.0.36. Available at [Visual Studio
Marketplace](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-camelk)
and [Open VSX Registry](https://open-vsx.org/extension/redhat/vscode-camelk).
+
+The list of new features is short but they are very important and required
important rewrite. Here they are:
+
+# Compatibility with Camel K 2
+
+It is the first version compatible with Camel K 2.x stream.
+
+It is picking by default Camel K 2.1.
+
+# Java standalone file support on Windows
+
+The support of standalone Camel Route written with Java DSL is now available
(and tested) on Windows.
+
+Thanks to [@JonathanDavies626](https://github.com/JonathanDavies626) for
reporting the missing functionality.