Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.17.0
-
None
-
Unknown
Description
The typeConverterExists attribute set on camelContext has no effect on custom type converters because it is set on the TypeConverterRegistry after the custom converters are registered.
This is demonstrated by the failing unit test in the related PR. The duplicate converter should override the initial one but it is ignored instead.
Attachments
Issue Links
- links to