]
Brian Stansberry resolved JBMETA-382.
-------------------------------------
Fix Version/s: 7.2.0.Final
8.1.1.Final
Resolution: Done
Support recursive and nested expressions
----------------------------------------
Key: JBMETA-382
URL:
https://issues.jboss.org/browse/JBMETA-382
Project: JBoss Metadata
Issue Type: Feature Request
Components: common
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.2.0.Final, 8.1.1.Final
For management configuration, WildFly and EAP support recursive expression resolution
(where if ${x} resolves to ${y}, then ${y] is resolved) and will support nested expression
resolution as well. The JBoss Metadata PropertyReplacer stuff should do the same so users
get a consistent experience regardless of where they place an expression.