[
https://issues.apache.org/jira/browse/CAMEL-18160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karen Lease updated CAMEL-18160:
--------------------------------
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.
was:
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 unit test in the related PR.
> The typeConverterExists attribute in camel-spring-xml has no effect
> -------------------------------------------------------------------
>
> Key: CAMEL-18160
> URL: https://issues.apache.org/jira/browse/CAMEL-18160
> Project: Camel
> Issue Type: Bug
> Components: camel-spring
> Affects Versions: 3.17.0
> Reporter: Karen Lease
> Priority: Minor
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)