]
Brian Stansberry updated WFCORE-2669:
-------------------------------------
Fix Version/s: (was: 4.0.0.Beta2)
Low priority; we're likely to redo the entire Extension API and deprecate this stuff
entirely.
Deprecate setValidator method in builders for ListAttributeDefinition
and MapAttributeDefinition
------------------------------------------------------------------------------------------------
Key: WFCORE-2669
URL:
https://issues.jboss.org/browse/WFCORE-2669
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Priority: Minor
Let's discuss before doing anything on this.
For lists and maps, the builder call to setValidator is really a call to
setElementValidator, with a call to set[List|Map]Validator being necessary if some special
validation of the overall list/map is desired.
We should deprecate setValidator to help emphasize to people that really
setElementValidator is what is happening.