This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 ceb6b0f Blog: VS Code Language support for Apache Camel 0.0.35
release (#616)
ceb6b0f is described below
commit ceb6b0ff745e4fca0df8fcebaf34965195d96b28
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Sep 2 15:39:04 2021 +0200
Blog: VS Code Language support for Apache Camel 0.0.35 release (#616)
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../foldingRangeForJavaRoute.gif | Bin 0 -> 95732 bytes
.../index.md | 42 +++++++++++++++++++++
.../oldStatusBar.gif | Bin 0 -> 25308 bytes
.../statusBarImproved.gif | Bin 0 -> 63289 bytes
4 files changed, 42 insertions(+)
diff --git
a/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/foldingRangeForJavaRoute.gif
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/foldingRangeForJavaRoute.gif
new file mode 100644
index 0000000..2efc87f
Binary files /dev/null and
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/foldingRangeForJavaRoute.gif
differ
diff --git
a/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/index.md
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/index.md
new file mode 100644
index 0000000..335a5b4
--- /dev/null
+++ b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/index.md
@@ -0,0 +1,42 @@
+---
+title: "New release of VS Code Language Support for Apache Camel 0.0.35"
+date: 2021-09-02
+authors: [apupier]
+categories: ["Releases","Tooling"]
+preview: "New release of VS Code Language Support for Apache Camel 0.0.35:
last Java 8 compatible version"
+---
+
+A new release of [VS Code Language Support for Apache
Camel](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel)
0.0.35 is available. It includes upgrade of default Camel catalog, deprecation
of Java 8 as runtime for embedded Language Server, folding of Camel routes in
Java editor, status bar improvement.
+
+# Camel version upgrade
+
+The default Camel catalog has been upgraded from 3.11.0 to 3.11.1.
+
+# Deprecation of Java 8 as runtime for embedded Language Server
+
+The deprecation of Java 8 as runtime for embedded Language Server will allow
to upgrade Camel Quarkus Catalog in upcoming release.
+
+Java 8 will still be usable for the Camel projects themselves that support it.
It will impact only the tooling provided through the Camel Language Server. The
VS Code preferences `java.home` can be used to configure the java instance to
use to launch the Camel Language Server. It allows keeping your system with
Java 8.
+
+# Folding of Camel routes in Java editor
+
+It is now possible to fold each Camel routes in the java editor.
+
+
+
+# Status bar improvement
+
+Previously, a single message stating that the `Apache Camel Language server is
started` was displayed in bottom status bar.
+
+
+
+It was taking a lot of place and wasn't always correctly updated. it is now
replaced with a smaller message and little animated icons.
+
+
+
+# What's next?
+
+Provide your feedback and ideas!
+You can start discussions on [Zulip camel-tooling
channel](https://camel.zulipchat.com/#narrow/stream/258729-camel-tooling).
+You can create and vote for issues on github [Camel Language
Server](https://github.com/camel-tooling/camel-language-server/issues), [VS
Code Language support for Apache
Camel](https://github.com/camel-tooling/camel-lsp-client-vscode/issues).
+You can create and vote for issues on the
[jira](https://issues.redhat.com/browse/FUSETOOLS2) used by the Red Hat
Integration tooling team.
diff --git
a/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/oldStatusBar.gif
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/oldStatusBar.gif
new file mode 100644
index 0000000..d9654a2
Binary files /dev/null and
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/oldStatusBar.gif
differ
diff --git
a/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/statusBarImproved.gif
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/statusBarImproved.gif
new file mode 100644
index 0000000..6c30c27
Binary files /dev/null and
b/content/blog/2021/09/vscode-camel-language-support-release-0.0.35/statusBarImproved.gif
differ