-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 9.0.0.Beta1
-
Fix Version/s: 9.0.0.Beta3, 9.0.0.Final
-
Component/s: Management
-
Labels:None
The default implementation of Resource.getChildren(String) returns a LinkedHashSet containing child entries. However, it seems none of the implementations of Resource.ResourceEntry implement equals() and hashCode(). This causes headaches for anyone creating a custom resource that wishes to augment the set returned by the default implementation of this method.