]
Brian Stansberry updated WFCORE-4062:
-------------------------------------
Fix Version/s: 6.0.0.CR4
Restore PersistentResourceDefinition constructor that takes its own
Parameters type
-----------------------------------------------------------------------------------
Key: WFCORE-4062
URL:
https://issues.jboss.org/browse/WFCORE-4062
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Blocker
Fix For: 6.0.0.CR4
My WFCORE-4040 PR changed the type of the Parameters param to the
PersistentResourceDefinition constructor from it's own Parameters to the superclass
one. That will break code that uses the old method and isn't recompiled. So, add a new
overloaded constructor that takes the old type, and deprecate it.
I hit this when building full today.