You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/05/24 06:33:00 UTC

[jira] [Created] (CAMEL-13566) IntrospectionSupport - Remove old legacy JDK PropertyEditor

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)