Claus Ibsen created CAMEL-13566:
-----------------------------------
Summary: IntrospectionSupport - Remove old legacy JDK
PropertyEditor
Key: CAMEL-13566
URL: https://issues.apache.org/jira/browse/CAMEL-13566
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.0.0, 3.0.0-M3
There is some old code using JDK
PropertyEditor editor = PropertyEditorManager.findEditor(type);
But this is no longer in use as we really use camel's type converter. That
above is also slow and not thread safe and was intended for java swing/beans
stuff and some cruft from very old times. Lets try to get rid of it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)