]
James Perkins updated WFCORE-539:
---------------------------------
Git Pull Request:
ReadResourceHandler always invokes a recursive read for runtime-only
resouces
-----------------------------------------------------------------------------
Key: WFCORE-539
URL:
https://issues.jboss.org/browse/WFCORE-539
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: James Perkins
Assignee: Brian Stansberry
Fix For: 1.0.0.Alpha18
The
[
ReadResourceHandler|https://github.com/wildfly/wildfly-core/blob/master/c...]
invokes a recursive read which in turn clones each resource if the it's a runtime-only
resource. For the deployment scanner this is invoking a recursive call every scan.