[ https://issues.apache.org/jira/browse/ARTEMIS-3474?focusedWorklogId=897905&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-897905 ]
ASF GitHub Bot logged work on ARTEMIS-3474: ------------------------------------------- Author: ASF GitHub Bot Created on: 03/Jan/24 15:57 Start Date: 03/Jan/24 15:57 Worklog Time Spent: 10m Work Description: clebertsuconic commented on code in PR #4728: URL: https://github.com/apache/activemq-artemis/pull/4728#discussion_r1440615532 ########## artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java: ########## @@ -170,9 +170,13 @@ public class Create extends InstallAbstract { @Option(names = "--shared-store", description = "Enable broker shared store.") private boolean sharedStore = false; - @Option(names = "--slave", description = "Be a slave broker. Valid for shared store or replication.") + @Deprecated(forRemoval = true) + @Option(names = "--slave", description = "Deprecated for removal. Use 'backup' instead.") Review Comment: for anything CLI, you must use hidden=true. it will disappear from the CLI help and auto-complete, but it would be available for use. Issue Time Tracking ------------------- Worklog Id: (was: 897905) Time Spent: 1h 20m (was: 1h 10m) > Replace use of non-inclusive terms throughout source code, comments and > documentation > ------------------------------------------------------------------------------------- > > Key: ARTEMIS-3474 > URL: https://issues.apache.org/jira/browse/ARTEMIS-3474 > Project: ActiveMQ Artemis > Issue Type: Task > Reporter: Andy Taylor > Priority: Major > Time Spent: 1h 20m > Remaining Estimate: 0h > > this follows up on the ActiveMQ Jira at > https://issues.apache.org/jira/browse/AMQ-7514 but for Artemis . The > conversation is on this Jira and in the forum -- This message was sent by Atlassian Jira (v8.20.10#820010)