Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
We should deprecate old terms in the whole codebase and add new terms.
this is an easy task in complexity, however I believe it's a long task in terms of number of changes.
Terms like:
master should become primary
slave should become backup
white-list: allow-list
black-list: deny-list
In terms of documentation we should just remove any reference to the deprecated terms.
We should allow (for now at least) older configuration to work fine. (perhaps with a big warn in the logs).
if these terms are used in external method names, they should be deprecated... (management for instance)
in internal methods, they can just be renamed.
also on parameters, they can just be renamed of course.. although I'm not aware of any parameter using offensive words.. most likely they will be XSD and method names.
Attachments
Issue Links
- duplicates
-
ARTEMIS-3474 Replace use of non-inclusive terms throughout source code, comments and documentation
- Closed