]
Brian Stansberry updated WFCORE-2252:
-------------------------------------
Fix Version/s: 4.0.0.Beta1
Moving to consideration in WildFly Core 4. Too disruptive at this stage for 3.
AttributeDefinition should reject configs with a default value that
are also set as required
--------------------------------------------------------------------------------------------
Key: WFCORE-2252
URL:
https://issues.jboss.org/browse/WFCORE-2252
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Fix For: 4.0.0.Beta1
If an AttributeDefinition has a default value configured, then the 'required'
setting should be false. The default removes the requirement that the user configure a
value.
AttributeDefinition should reject this combination in its constructor.
I found 13 attributes not following this in subsystem=eltyron (see WFLY-8004) and there
are probably more in other subsystems. WFCORE-2249 has been somewhat hiding this for
fields in complex attributes because the 2249 bug meant things were not getting validated
that should have been.