This is the security libs portion of the effort to replace 
archaic/non-inclusive words with more neutral terms (see JDK-8253315 for 
details).

Here are the changes covering core libraries code and tests. Terms were changed 
as follows:

- blacklisted.certs -> blocked.certs (along with supporting make infrastructure 
and tests)
- master/slave in KRB5 -> primary/replica
- blacklist in other files -> deny list
- whitelist -> allow list

Addressing similar issues in upstream 3rd party code is out of scope of this 
PR. Such changes will be picked up from their upstream sources.

-------------

Commit messages:
 - Merge main branch
 - 8253866: Security Libs Terminology Refresh

Changes: https://git.openjdk.java.net/jdk/pull/2074/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2074&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8253866
  Stats: 351 lines in 17 files changed: 152 ins; 150 del; 49 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2074.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2074/head:pull/2074

PR: https://git.openjdk.java.net/jdk/pull/2074

Reply via email to