This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 87c1bd8c2bfe864f354e4214e33f1968b514f359 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 16 10:50:54 2026 +0100 Camel-grape: Added deprecation note Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-grape/src/main/docs/grape-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-grape/src/main/docs/grape-component.adoc b/components/camel-grape/src/main/docs/grape-component.adoc index fd47ff06e576..3c5ef4a14033 100644 --- a/components/camel-grape/src/main/docs/grape-component.adoc +++ b/components/camel-grape/src/main/docs/grape-component.adoc @@ -15,6 +15,11 @@ *{component-header}* +[NOTE] +==== +This component is deprecated since Camel 4.1 and will be removed in a future release. +==== + http://docs.groovy-lang.org/latest/html/documentation/grape.html[Grape] component allows you to fetch, load and manage additional jars when `CamelContext` is running. In practice with the Camel Grape component you
