-
Notifications
You must be signed in to change notification settings - Fork 468
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-7134] Remove ModuleIdentifier use in the elytron subsystem #6320
Conversation
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.
Thanks @soul2zimate.
All of these cases involve handling external input so we need to ensure the module names are canonical.
elytron/src/main/java/org/wildfly/extension/elytron/DirContextDefinition.java
Outdated
Show resolved
Hide resolved
elytron/src/main/java/org/wildfly/extension/elytron/ClassLoadingAttributeDefinitions.java
Outdated
Show resolved
Hide resolved
elytron/src/main/java/org/wildfly/extension/elytron/PermissionMapperDefinitions.java
Show resolved
Hide resolved
44dbace
to
88f67ae
Compare
Core -> Full Integration Build 14539 outcome was UNKNOWN using a merge of 88f67ae |
Core -> Full Integration Build 14236 outcome was UNKNOWN using a merge of 88f67ae |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/retest |
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.
All changes requested by Brian have been implemented, so I am approving this from my side
Thanks @soul2zimate @bstansberry |
Issue: https://issues.redhat.com/browse/WFCORE-7134
[WFCORE-7134] Remove
ModuleIdentifier
use in the elytron subsystem