-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
---
-
---
When WFCORE-7095 is integrated, switch ModuleIdentifier.getIdentifier to the new API
Method
getIdentifier()
Usages or usages of base method in Project Files (10 usages found)
Unclassified (10 usages found)
wildfly-appclient (1 usage found)
org.jboss.as.appclient.deployment (1 usage found)
ApplicationClientDependencyProcessor (1 usage found)
deploy(DeploymentPhaseContext) (1 usage found)
60 final ModuleIdentifier identifier = dep.getIdentifier();
wildfly-jaxrs (4 usages found)
org.jboss.as.jaxrs.deployment (4 usages found)
JaxrsIntegrationProcessor (4 usages found)
deploy(DeploymentPhaseContext) (4 usages found)
124 if (!identifiers.contains(dep.getIdentifier().toString())) {
125 identifiers.add(dep.getIdentifier().toString());
126 if (attachmentMap.containsKey(dep.getIdentifier().toString())) {
127 additionalData.add(attachmentMap.get(dep.getIdentifier().toString()));
wildfly-undertow (2 usages found)
org.wildfly.extension.undertow.deployment (2 usages found)
ServletContainerInitializerDeploymentProcessor (2 usages found)
deploy(DeploymentPhaseContext) (2 usages found)
98 Module depModule = loader.loadModule(dependency.getIdentifier());
107 throw UndertowLogger.ROOT_LOGGER.errorLoadingSCIFromModule(dependency.getIdentifier().toString(), e);
wildfly-webservices-server-integration (2 usages found)
org.jboss.as.webservices.deployers (2 usages found)
WSClassVerificationProcessor (2 usages found)
hasCxfModuleDependency(DeploymentUnit) (1 usage found)
127 final String id = dep.getIdentifier().getName();
hasExportedCxfModuleDependency(DeploymentUnit) (1 usage found)
139 final String id = dep.getIdentifier().getName();
wildfly-weld (1 usage found)
org.jboss.as.weld.deployment.processors (1 usage found)
WeldDeploymentProcessor (1 usage found)
deploy(DeploymentPhaseContext) (1 usage found)
195 BeanDeploymentModule other = bdmsByIdentifier.get(dependency.getIdentifier());
- is blocked by
-
WFCORE-7095 Deprecate ModuleDependency.getIdentifier() for removal
-
- Resolved
-