Skip to content
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-7104] Use ModuleDependency.Builder instead of deprecated ModuleDependency ctor in Elytron #6289

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented Dec 18, 2024

@bstansberry
Copy link
Contributor

@ropalka Can you deal with this as well:

{code}
public class PermissionsParser {

public static List<PermissionFactory> parse(final XMLStreamReader reader, final ModuleLoader loader, final ModuleIdentifier identifier)

{code}

I mean add a new method that takes String and then @deprecate(forRemoval=true) the current one.

There is code in WF that calls this method so if we add an alternative we can migrate that code to the alternative and then delete the deprecated one. I don't see any need to keep the deprecated one longer than it takes to change the WF use; it's not API meant for use outside our security layer.

@bstansberry
Copy link
Contributor

bstansberry commented Dec 18, 2024

Oh; never mind. I misread the title of this JIRA and thought it was a "get rid of non-breaking use of ModuleIdentifier" PR! So the change I requested is off-topic for this PR.

@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Dec 19, 2024
@yersan yersan merged commit 254ae0b into wildfly:main Dec 19, 2024
10 of 13 checks passed
@yersan
Copy link
Collaborator

yersan commented Dec 19, 2024

Thanks @ropalka @bstansberry

@ropalka ropalka deleted the WFCORE-7104 branch December 19, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants