Replace exclusionary words whitelist and blacklist in the places that…#2365
Replace exclusionary words whitelist and blacklist in the places that…#2365tlfeng merged 4 commits intoopensearch-project:1.xfrom
Conversation
… won't impact backwards compatibility (opensearch-project#2178) * Replace the exclusionary word whitelist with allowlist, and blacklist with denylist, in code commet and internal variable/method/class/package name. Signed-off-by: Andreas <apre@gmx.at>
|
Can one of the admins verify this patch? |
|
I think it can be merged after resolving the conflict in |
anything I can do? |
Signed-off-by: Andreas <apre@gmx.at>
Thank you! Yeah.. there are many new commits being merged recently. |
|
There are 2 problems in the log 3133: The first "failed for task ':qa:full-cluster-restart:v1.2.5#oldClusterTest'." is not likely caused by this PR, but the second one ( |
| // and whitelist this hack in JarHell | ||
| api 'javax.xml.bind:jaxb-api:2.3.1' | ||
| // and allowlist this hack in JarHell | ||
| api 'javax.xml.bind:jaxb-api:2.2.2' |
There was a problem hiding this comment.
Please keep the newer version number 2.3.1, the version was updated in this commit: e54656e
| api 'javax.xml.bind:jaxb-api:2.2.2' | |
| api 'javax.xml.bind:jaxb-api:2.3.1' |
There was a problem hiding this comment.
Respect. You have a lot of patience. Sorry for that, I missed that. It's fixed now.
There was a problem hiding this comment.
You are very welcome! 😄 Glad you are so responsive.
Signed-off-by: Andreas <apre@gmx.at>
tlfeng
left a comment
There was a problem hiding this comment.
I validated all the changes in the backport PR is the same with those that merged in main branch.

Description
… won't impact backwards compatibility (#2178)
Issues Resolved
backport of #2178 for 1.x
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Signed-off-by: Andreas apre@gmx.at