[
https://issues.apache.org/jira/browse/ARTEMIS-3474?focusedWorklogId=897926&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-897926
]
ASF GitHub Bot logged work on ARTEMIS-3474:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/24 20:43
Start Date: 03/Jan/24 20:43
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4728:
URL: https://github.com/apache/activemq-artemis/pull/4728#discussion_r1440927957
##########
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:
Fixed!
Issue Time Tracking
-------------------
Worklog Id: (was: 897926)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> 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)