-
Task
-
Resolution: Done
-
Major
-
None
-
None
Add an alternative to ModuleDependency.getIdentifier() that returns String instead of ModuleDependency, and the deprecate getIdentifier for removal.
Migrate all uses in WildFly Core.
There are 10 uses of getIdentifier in full WF, so it will be easy to switch those out once the replacement is available.
Spreading out from this there are some ServiceModuleLoader static methods that take ModuleIdentifier that can be changed to take String or (if used in full WF) deprecated for removal with a variant taking String added. (Some use of ModuleDependency.getIdentifier() is in these.)
- blocks
-
WFLY-20020 Remove all non-breaking uses of ModuleIdentifier in Application Client
- Resolved
-
WFLY-20123 Switch ModuleDependency.getIdentifier to ModuleDependency.getDependencyModule
- Open
- is incorporated by
-
WFCORE-7062 Remove all non-breaking uses of ModuleIdentifier
- Open
- is triggering
-
WFCORE-7122 Add since version equals 27.0.0 to deprecated annotations added in this release
- Open