[jboss-jira] [JBoss JIRA] (WFLY-10210) Convert DefaultableCapabilityReferences to standard CapabilityReferences
Paul Ferraro (JIRA)
issues at jboss.org
Mon Apr 9 16:59:01 EDT 2018
Paul Ferraro created WFLY-10210:
-----------------------------------
Summary: Convert DefaultableCapabilityReferences to standard CapabilityReferences
Key: WFLY-10210
URL: https://issues.jboss.org/browse/WFLY-10210
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: 12.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The intention of the DefaultableCapabilityReference is for attributes that should reference one capability when defined and another when undefined.
e.g.
/subsystem=infinispan/cache-container=*/transport=jgroups contains a channel attribute that references a named channel when defined, and the default channel when undefined.
The current resource description (as returned via read-resource-description operation) does not fully describe this behavior, as it assumes an 1:1 association between requirement and attribute.
We can safely replace this with a resource-level capability reference on the default channel plus a standard capability reference on the channel attribute.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list