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:39:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-14908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwas updated IGNITE-14908:
-----------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Major
>
> 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)