Brian Stansberry created WFCORE-3551:
----------------------------------------
Summary: Reduce and try to eliminate need to read the attribute DMR
description in ModelControllerMBeanHelper
Key: WFCORE-3551
URL:
https://issues.jboss.org/browse/WFCORE-3551
Project: WildFly Core
Issue Type: Enhancement
Components: JMX
Reporter: Brian Stansberry
Assignee: Kabir Khan
The TypeConverter stuff used by ModelControllerMBeanHelper relies on the full DMR
description for an attribute in order to do the conversion. But getting that description
is expensive relative to the amount of data that is extracted from it. Task is to figure
out a lower overhead way, at least for non-OBJECT/LIST/PROPERTY attributes where all
that's needed is AttributeDefinition.getType(). It's more complex for non-simple
attributes, but those are less common.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)