]
Paul Ferraro moved WFCORE-4813 to WFLY-13014:
---------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-13014 (was: WFCORE-4813)
Component/s: Management
(was: Management)
Affects Version/s: 19.0.0.Beta1
(was: 11.0.0.Beta7)
Consolidate instances of DefaultValueAttributeConverter
-------------------------------------------------------
Key: WFLY-13014
URL:
https://issues.redhat.com/browse/WFLY-13014
Project: WildFly
Issue Type: Enhancement
Components: Management
Affects Versions: 19.0.0.Beta1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
DefaultValueAttributeConverter is perhaps the most common attribute converter, used when
the default value of a given attribute changes. The implementation in WFCORE uses a
separate instance for each attribute. The default implementation can be implemented more
concisely, such that a single instance can be used for any attribute.