Karen Lease created CAMEL-18133:
-----------------------------------
Summary: Custom TypeConverter not used and BulkTypeConverters used
instead
Key: CAMEL-18133
URL: https://issues.apache.org/jira/browse/CAMEL-18133
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 3.17.0
Reporter: Karen Lease
A custom TypeConverter "intFromByteArray(byte[] bytes)" is registered in Camel
but is not used to convert from the body which contains [0,0,0,22]. Instead
CamelBaseBulkConverterLoader is used which tries to convert the byte array to a
String and then to an integer, which fails.
The test case which fails is in [the spring-pulsar
example|https://github.com/apache/camel-examples/tree/main/examples/spring-pulsar].
--
This message was sent by Atlassian Jira
(v8.20.7#820007)