]
Tomaz Cerar updated WFCORE-936:
-------------------------------
Component/s: Domain Management
PersistentResourceXMLDescription & friends shouldn't use
ModelNode#asPropertyList()
-----------------------------------------------------------------------------------
Key: WFCORE-936
URL:
https://issues.jboss.org/browse/WFCORE-936
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
ModelNode.asPropertyList() results in a clone of the model node. If the node is very
large this can be expensive.
We need to go trough PersistentResourceXMLDescription and all related parsers /
marshallers to make sure we don't use it.