-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WFCORE-7112] Deprecate PermissionsParser.parse that takes ModuleIden… #6299
Conversation
Core -> Full Integration Build 14467 outcome was UNKNOWN using a merge of 9e59bf1 |
Core -> Full Integration Build 14471 outcome was UNKNOWN using a merge of 9e59bf1 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Core -> Full Integration Build 14472 outcome was UNKNOWN using a merge of 9e59bf1 |
Core -> Full Integration Build 14474 outcome was UNKNOWN using a merge of 9e59bf1 |
Core -> WildFly Preview Integration Build 14252 outcome was UNKNOWN using a merge of 9e59bf1 |
Core -> WildFly Preview Integration Build 14253 outcome was UNKNOWN using a merge of 9e59bf1 |
Core -> WildFly Preview Integration Build 14254 outcome was UNKNOWN using a merge of 9e59bf1 |
@@ -75,7 +74,7 @@ public void deploy(final DeploymentPhaseContext phaseContext) throws DeploymentU | |||
final ResourceRoot deploymentRoot = deploymentUnit.getAttachment(Attachments.DEPLOYMENT_ROOT); | |||
final ModuleSpecification moduleSpecification = deploymentUnit.getAttachment(Attachments.MODULE_SPECIFICATION); | |||
final ModuleLoader moduleLoader = deploymentUnit.getAttachment(Attachments.SERVICE_MODULE_LOADER); | |||
final ModuleIdentifier moduleIdentifier = deploymentUnit.getAttachment(Attachments.MODULE_IDENTIFIER); | |||
final String moduleIdentifier = deploymentUnit.getAttachment(Attachments.MODULE_IDENTIFIER).toString(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could have been changed to MODULE_NAME and avoid using the deprecated version, but #6298 is not merged at this stage so ... OK
…tifier
https://issues.redhat.com/browse/WFCORE-7112