[ https://issues.apache.org/jira/browse/CAMEL-21382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen updated CAMEL-21382: -------------------------------- Summary: camel-core - Tracing with headers that are Map type can cause ClassCastException when dumping as XML (was: camel-core - Tracing with headers that are Map type can cause ClassCastException) > camel-core - Tracing with headers that are Map type can cause > ClassCastException when dumping as XML > ---------------------------------------------------------------------------------------------------- > > 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 > Priority: Minor > 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)