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 1a25b7f CAMEL-17561: camel-opentracing - Deprecated 1a25b7f is described below commit 1a25b7ffade8875008374d9a21c99af3ce8f4436 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 28 09:22:43 2022 +0100 CAMEL-17561: camel-opentracing - Deprecated --- .../org/apache/camel/springboot/catalog/others/opentracing.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/others/opentracing.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentracing.json index 262f8e4..828cda9 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentracing.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentracing.json @@ -4,7 +4,7 @@ "name": "opentracing", "title": "OpenTracing", "description": "Distributed tracing using OpenTracing", - "deprecated": false, + "deprecated": true, "firstVersion": "2.19.0", "label": "monitoring,microservice", "supportLevel": "Stable",