]
Jeff Mesnil resolved WFCORE-2721.
---------------------------------
Resolution: Rejected
The EnumValidator is alreadyable to specify disallowed values by leveraging
EnumSet#complementOf
Add EnumValidator with disallowed values
----------------------------------------
Key: WFCORE-2721
URL:
https://issues.jboss.org/browse/WFCORE-2721
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 3.0.0.Beta16
Reporter: Jeff Mesnil
Assignee: Brian Stansberry
Priority: Minor
When some Enum values are not allowed by some operation, the attribute definition must
explicitly state all the allowed values.
It'd be better if an EnumValidator constructor was added with *disallowed values* so
that any other values would be implicitely accepted.