-
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-7095] Deprecate ModuleDependency.getIdentifier() for removal #6282
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
I put the 'hold' label on this because in the joy of refactoring I forgot about #6247, which should take precedence for that piece of this. This is mostly about different things. |
cb44203
to
d1c4ec0
Compare
Core -> Full Integration Build 14452 outcome was UNKNOWN using a merge of d1c4ec0 |
Core -> Full Integration Build 14150 outcome was UNKNOWN using a merge of d1c4ec0 |
Core -> WildFly Preview Integration Build 14233 outcome was UNKNOWN using a merge of d1c4ec0 |
@@ -11,6 +11,7 @@ | |||
import java.util.Objects; | |||
import java.util.Optional; | |||
|
|||
import org.jboss.as.controller.ModuleIdentifierUtil; |
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.
Note: uses of canonicalModuleIdentifier in this class are a kind of second line of defense I plan to remove once I'm confident we've correctly handled canonicalization in the code that directly handles external input of module names.
d1c4ec0
to
420f552
Compare
https://issues.redhat.com/browse/WFCORE-7095
This builds on #6281