-
Task
-
Resolution: Done
-
Major
-
None
-
None
org.jboss.as.controller.ModuleIdentifierUtil was deprecated for removal in WildFly Core 28. This class was restructured and now is just a wrapper which delegates the invocations to the org.jboss.as.controller.client.helpers.JBossModulesNameUtil helper class.
To complete the removal, we should have a JBossModulesNameUtil available from the controller module that can continue being a wrapper, invoking the client version. That will help us to keep a separation of concerns between modules used by client code and modules used by other subsystems.
Naming them with the same name could be an issue, but if it is, we can tweak it by getting feedback on the PR.
- is cloned by
-
WFLY-20624 Remove usage of ModuleIdentifierUtil deprecated methods
-
- Open
-
- is triggered by
-
WFCORE-7062 Remove all non-breaking uses of ModuleIdentifier
-
- Resolved
-