Claus Ibsen created CAMEL-21382:
-----------------------------------
Summary: camel-core - Tracing with headers that are Map type can
cause ClassCastException
Key: CAMEL-21382
URL: https://issues.apache.org/jira/browse/CAMEL-21382
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 4.8.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 4.8.2, 4.9.0
A header may be Collection type and we call this code on JsonObject that throws
a ClassCastException
String value = jo.getString("value");
--
This message was sent by Atlassian Jira
(v8.20.10#820010)