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/07/29 10:53:31 UTC

[camel] 01/02: Deprecated some unusued exchange constants

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

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

commit ff16ed685cc587a5afb1696ba26a202da2331007
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jul 29 12:09:41 2023 +0200

    Deprecated some unusued exchange constants
---
 core/camel-api/src/main/java/org/apache/camel/Exchange.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/camel-api/src/main/java/org/apache/camel/Exchange.java b/core/camel-api/src/main/java/org/apache/camel/Exchange.java
index 2f69e1adc25..0db1ae54850 100644
--- a/core/camel-api/src/main/java/org/apache/camel/Exchange.java
+++ b/core/camel-api/src/main/java/org/apache/camel/Exchange.java
@@ -247,9 +247,13 @@ public interface Exchange {
     String TIMER_PERIOD = "CamelTimerPeriod";
     String TIMER_TIME = "CamelTimerTime";
     String TO_ENDPOINT = "CamelToEndpoint";
+    @Deprecated
     String TRACE_EVENT = "CamelTraceEvent";
+    @Deprecated
     String TRACE_EVENT_NODE_ID = "CamelTraceEventNodeId";
+    @Deprecated
     String TRACE_EVENT_TIMESTAMP = "CamelTraceEventTimestamp";
+    @Deprecated
     String TRACE_EVENT_EXCHANGE = "CamelTraceEventExchange";
     @Deprecated
     String TRACING_HEADER_FORMAT = "CamelTracingHeaderFormat";