]
Yeray Borges updated WFCORE-3776:
---------------------------------
Git Pull Request:
Deprecate attribute "show-model" in jmx subsystem
--------------------------------------------------
Key: WFCORE-3776
URL:
https://issues.jboss.org/browse/WFCORE-3776
Project: WildFly Core
Issue Type: Task
Components: JMX
Affects Versions: 5.0.0.Alpha5
Reporter: Yeray Borges
Assignee: Yeray Borges
The attribute show-model is used as a switch which selects which model is exposed in the
MBean server.
If it is false, the model is exposed under {{jboss.as.exprs}} domain, which could return
expressions on reads, if true the model is exposed under {{jboss.as}} domain, which
returns the expression resolved on reads, otherwise both models are exposed.
This attribute will be removed in future versions