Only register Converters with the VM when requested
---------------------------------------------------
Key: XBEAN-111
URL: https://issues.apache.org/jira/browse/XBEAN-111
Project: XBean
Issue Type: Improvement
Components: reflect
Affects Versions: 3.4.2, 3.4.1, 3.4
Reporter: Dain Sundstrom
Assignee: Dain Sundstrom
Fix For: 3.4.3
Registering the Converters in xbean-reflect with the VM PropertyEditorManager
creates lots of problems for some libraries and IDEs. Since xbean-reflect has
a private converter registry there is no need to register the Converters with
the VM.
I have add the boolean flag registerWithVM to PropertyEditors. When this flag
is set, all Converters registered with PropertyEditors are registered with the
VM.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.