You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vishwas (Jira)" <ji...@apache.org> on 2021/06/16 06:38:00 UTC

[jira] [Created] (IGNITE-14908) Remove non-inclusive terms in Ignite

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)