hevinhsu opened a new pull request, #9747: URL: https://github.com/apache/ozone/pull/9747
## What changes were proposed in this pull request? Remove usage of `io.netty.util.internal.StringUtil` to avoid relying on Netty internal APIs. ## Please describe your PR in detail: * Replace `io.netty.util.internal.StringUtil` usage in `OzoneIdentityProvider` with standard Java alternatives. * Remove the related dependency from `ozone-common` POM. * Add a rule in the root POM to ban `io.netty.util.internal.**` to prevent future usage. ## What is the link to the Apache JIRA? https://issues.apache.org/jira/browse/HDDS-14605 ## How was this patch tested? https://github.com/hevinhsu/ozone/actions/runs/21895402927 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
