You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/06 05:20:58 UTC

[camel-spring-boot] branch main updated: camel-grape - Deprecate

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 489b85e9f99 camel-grape - Deprecate
489b85e9f99 is described below

commit 489b85e9f9952bfbae234b3e344e9a4d5956a1ab
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Oct 6 07:20:50 2023 +0200

    camel-grape - Deprecate
---
 .../resources/org/apache/camel/springboot/catalog/components/grape.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grape.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grape.json
index 1e81d187502..8c1fc525381 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grape.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grape.json
@@ -4,7 +4,7 @@
     "name": "grape",
     "title": "Grape",
     "description": "Fetch, load and manage additional jars dynamically after Camel Context was started.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.16.0",
     "label": "management",
     "javaType": "org.apache.camel.component.grape.GrapeComponent",