This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 083a0b495be459f6716eb60a64363f18dec3329b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Mar 10 11:18:01 2026 +0100

    chore(doc): update doc and proposal
---
 .../resources/org/apache/camel/catalog/others/observation.json      | 2 +-
 .../resources/org/apache/camel/catalog/others/opentelemetry.json    | 2 +-
 .../resources/org/apache/camel/catalog/others/tracing.json          | 2 +-
 proposals/tracing.adoc                                              | 6 +++++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json
index fb65728d9fcb..1054992c7648 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json
@@ -4,7 +4,7 @@
     "name": "observation",
     "title": "Micrometer Observability",
     "description": "Observability using Micrometer Observation",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "3.21.0",
     "label": "monitoring,microservice",
     "supportLevel": "Stable",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/opentelemetry.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/opentelemetry.json
index 4bf7729e3a32..c38b81c49eda 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/opentelemetry.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/opentelemetry.json
@@ -4,7 +4,7 @@
     "name": "opentelemetry",
     "title": "OpenTelemetry",
     "description": "Distributed tracing using OpenTelemetry",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "3.5.0",
     "label": "monitoring,microservice",
     "supportLevel": "Stable",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/tracing.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/tracing.json
index 725d30b61afb..22742aac116d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/tracing.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/tracing.json
@@ -4,7 +4,7 @@
     "name": "tracing",
     "title": "Tracing",
     "description": "Distributed tracing common interfaces",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "3.5.0",
     "label": "monitoring,microservice",
     "supportLevel": "Stable",
diff --git a/proposals/tracing.adoc b/proposals/tracing.adoc
index 5a45ce113f57..b0cdd1f53799 100644
--- a/proposals/tracing.adoc
+++ b/proposals/tracing.adoc
@@ -9,7 +9,7 @@ approvers:
   - "@zbendhiba"
   - "@davsclaus"
 creation-date: 2025-01-08
-last-updated: 2025-11-07
+last-updated: 2026-03-10
 status: implemented
 see-also: []
 replaces: []
@@ -153,3 +153,7 @@ A new feature is available to add `TRACE_ID` and `SPAN_ID` 
Exchange headers. Thi
 === Design clarification about the adoption of W3C trace context (2025-11-07)
 
 Added a chapter to clarify the adoption and compliancy of W3C trace context of 
Camel for trace context propagation.
+
+=== Deprecation of older `camel-tracing` components (2026-03-10)
+
+Added a deprecation notice for `camel-tracing` and related components. Also, 
identified the custom logic previously required by these components into core 
dependencies. Also deprecated that part for future removals.
\ No newline at end of file

Reply via email to