-
Enhancement
-
Resolution: Unresolved
-
Major
-
27.0.0.Beta3
-
None
ModuleIdentifier is going away soon.
org.wildfly:wildfly-clustering-common contains a ParameterValidator implementation that currently utilizes ModuleIdentifier.fromString(...) to validate the format of a module identifier operation parameter.
This JIRA aims to migrate this ParameterValidator implementation to wildfly-controller using a the logic from ModuleIdentifier.fromString(...) so that module identifier validation logic is centralized.