Dylan Piergies created CAMEL-21211:
--------------------------------------
Summary: camel-azure-servicebus - Default header filter strategy
can propagate headers of types not supported by the Service Bus protocol
Key: CAMEL-21211
URL: https://issues.apache.org/jira/browse/CAMEL-21211
Project: Camel
Issue Type: Bug
Components: camel-azure
Affects Versions: 4.7.0, 4.6.0, 4.4.3, 4.4.2, 4.8.0
Reporter: Dylan Piergies
Fix For: 4.4.4, 4.8.1
The default {{HeaderFilterStrategy}} created when automatic header propagation
was implemented for the Service Bus did not take steps to ensure that
propagated headers are of a Java type that can be encoded as an application
property by the underlying client libraries.
This would lead to errors of the form:
{{com.azure.messaging.servicebus.ServiceBusException: No encoding is known for
map entry value of type: <unmappable class name>}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)