This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d45a22acb72df632a3a90cb339e31fcf2866babf Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 29 15:42:42 2021 +0100 Add deprecte since --- components/camel-caffeine-lrucache/pom.xml | 1 + .../src/generated/resources/caffeine-lrucache.json | 1 + 2 files changed, 2 insertions(+) diff --git a/components/camel-caffeine-lrucache/pom.xml b/components/camel-caffeine-lrucache/pom.xml index e6dd739..736a437 100644 --- a/components/camel-caffeine-lrucache/pom.xml +++ b/components/camel-caffeine-lrucache/pom.xml @@ -35,6 +35,7 @@ <properties> <firstVersion>3.0</firstVersion> <label>core</label> + <deprecatedSince>3.8.0</deprecatedSince> </properties> <dependencies> diff --git a/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json b/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json index ae6863f..e0f89a7 100644 --- a/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json +++ b/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json @@ -5,6 +5,7 @@ "title": "Caffeine Lrucache", "description": "Camel Caffeine LRUCache support", "deprecated": true, + "deprecatedSince": "3.8.0", "firstVersion": "3.0", "label": "core", "supportLevel": "Stable",