Brian Stansberry created WFCORE-961:
---------------------------------------
Summary: CapabilityRegistryResourceDefinition provides inconsistent ordering
of output
Key: WFCORE-961
URL:
https://issues.jboss.org/browse/WFCORE-961
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Beta6
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 2.0.0.CR1
The output from CapabilityRegistryResourceDefinition is inconsistently ordered. We want
consistent output between reads.
The RegistrationPoints are stored in CapabilityRegistration in a LinkedHashSet, but when
they are provided to CapabilityRegistryResourceDefinition they get put in a plain
HashSet.
The capabilities themselves are not stored in any order, but when provided to
CapabilityRegistryResourceDefinition they could be ordered.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)