[ 
https://issues.apache.org/jira/browse/CAMEL-5174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-5174.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9.3

java beans property editor is no longer used for type conversion with Camel. 

The old class has been marked as @deprecated in camel-core, and not used. 


                
> Avoid using the ActiveMQ org.apache.activemq.util.ListEditor with Camel type 
> converters
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5174
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5174
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jms
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.9.3, 2.10.0
>
>
> activemq-core includes a property editor that Camel will use as fallback type 
> converter
> org.apache.activemq.util.ListEditor
> And this is a String -> List<ActiveMQDestination> converter which can be 
> kicked in as fallback converter with Camel.
> We should avoid using 3rd party property editors, but only rely on the built 
> in from the JDK. Or provide them as core type converters.
> As this can cause side effects.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to