Vishwas created IGNITE-14908:
--------------------------------
Summary: Remove non-inclusive terms in Ignite
Key: IGNITE-14908
URL: https://issues.apache.org/jira/browse/IGNITE-14908
Project: Ignite
Issue Type: Improvement
Affects Versions: 2.10
Reporter: Vishwas
Ignite has non inclusive words like blacklist/whitelist.
{code:java}
public static final String IGNITE_MARSHALLER_WHITELIST =
"IGNITE_MARSHALLER_WHITELIST";
public static final String IGNITE_MARSHALLER_BLACKLIST =
"IGNITE_MARSHALLER_BLACKLIST";
{code}
All these references needs to be removed from ignite and needs to be replaced
with more inclusive terms.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)