[jboss-jira] [JBoss JIRA] (WFCORE-961) CapabilityRegistryResourceDefinition provides inconsistent ordering of output
Brian Stansberry (JIRA)
issues at jboss.org
Fri Sep 4 18:17:00 EDT 2015
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)
More information about the jboss-jira
mailing list