[jboss-jira] [JBoss JIRA] (WFLY-11588) Audit and if possible eliminate overrides of SimpleResourceDefinition.registerCapabilities

Brian Stansberry (Jira) issues at jboss.org
Fri Jan 11 13:17:00 EST 2019


Brian Stansberry created WFLY-11588:
---------------------------------------

             Summary: Audit and if possible eliminate overrides of SimpleResourceDefinition.registerCapabilities
                 Key: WFLY-11588
                 URL: https://issues.jboss.org/browse/WFLY-11588
             Project: WildFly
          Issue Type: Task
          Components: Management
            Reporter: Brian Stansberry
            Assignee: Jeff Mesnil


Overriding SimpleResourceDefinition.registerCapabilities is risky because if the superclass impl is not called, any caps registered in any Parameters object passed to the constructor will not be registered. Since we are tending to move using Parameters, leaving custom overrides around is a potential bug source. This is what happened with WFLY-11587.

In many cases the registerCapabilities override is just doing what using Parameters would have done, so this task is basically to upgrade this code.  If there's some specific reason why an override is still needed in some class, that's ok, but then consideration should be given to also calling the superclass impl, if it's not already being done.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list