]
Kabir Khan updated WFCORE-887:
------------------------------
Fix Version/s: 3.0.0.Beta24
(was: 3.0.0.Beta23)
"Deprecate" using an expression in model refs to
interfaces
-----------------------------------------------------------
Key: WFCORE-887
URL:
https://issues.jboss.org/browse/WFCORE-887
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Fix For: 3.0.0.Beta24
SocketBindingGroupResourceDefinition and OutboundSocketBindingResourceDefinition both
have attributes that represent model refs to interface resources, but which also allow
expressions.
Model references should not allow expressions. These were "grandfathered in"
when the large scale expression support roll out happened for AS 7.2 / EAP 6.1.
There's no metadata facility to record that expression support is deprecated, but the
add handler for these should log a WARN if they encounter an expression. Hopefully in EAP
8 we can then remove expression support.
We should look for other cases like this too, although those changes should be separate
JIRAs.