From 05e7cb0a1df5da2ec34f65ffe12bd171d3f0f3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 30 Oct 2024 10:33:05 +0100 Subject: [PATCH] Deprecation notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- README.md | 8 +++++++- package.json | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04a6563c0..f09047c92 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@


- Tooling for Apache Camel K + [Deprecated] Tooling for Apache Camel K

@@ -11,6 +11,12 @@ Zulip


+> [!IMPORTANT] +> Deprecation Notice: +> +> This VS Code extension is now deprecated. Several features of Camel K are now in Camel core. The corresponding tooling support will be migrated in various extension of the [VS Code Extension pack for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.apache-camel-extension-pack). + +

VS Code support for Apache Camel K functionality

diff --git a/package.json b/package.json index 026da3087..dbd16c1d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-camelk", - "displayName": "Tooling for Apache Camel K by Red Hat", - "description": "VS Code support for Apache Camel K functionality", + "displayName": "[Deprecated] Tooling for Apache Camel K by Red Hat", + "description": "[Deprecated] VS Code support for Apache Camel K functionality", "license": "Apache-2.0", "version": "0.0.42", "publisher": "redhat",