]
ehsavoie Hugonnet reassigned WFCORE-2792:
-----------------------------------------
Assignee: ehsavoie Hugonnet
AttributeDefinition.parser is not consistently used in subclasses
-----------------------------------------------------------------
Key: WFCORE-2792
URL:
https://issues.jboss.org/browse/WFCORE-2792
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
AttributeDefinition includes a 'parser' field but it isn't consistently used
for parsing calls in subclasses. ListAttributeDefinition at least isn't using it; it
hard codes splitting on ',' forcing attributes that want other delimiters to roll
their own parsing (e.g.
https://github.com/wildfly/wildfly-core/pull/2408/commits/a3e97f5ebadce19...)