[jboss-jira] [JBoss JIRA] (WFCORE-4040) Deprecate PersistentResourceDefinition.Parameters, remove all uses

Brian Stansberry (JIRA) issues at jboss.org
Wed Aug 15 21:55:00 EDT 2018


Brian Stansberry created WFCORE-4040:
----------------------------------------

             Summary: Deprecate PersistentResourceDefinition.Parameters, remove all uses
                 Key: WFCORE-4040
                 URL: https://issues.jboss.org/browse/WFCORE-4040
             Project: WildFly Core
          Issue Type: Enhancement
          Components: Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry


PersistentResourceDefinition.Parameters extends SimpleResourceDefinition.Parameters but doesn't add anything to it, it just overrides and delegates to some superclass methods. But it's a builder kind of API so for every method it doesn't override, the superclass is not returning the subclass type, making it hard to use.

The PersistentResourceDefinition can just accept the superclass Parameters.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list