[ 
https://issues.apache.org/jira/browse/ARTEMIS-4372?focusedWorklogId=873366&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-873366
 ]

ASF GitHub Bot logged work on ARTEMIS-4372:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jul/23 16:11
            Start Date: 27/Jul/23 16:11
    Worklog Time Spent: 10m 
      Work Description: gemmellr commented on code in PR #4565:
URL: https://github.com/apache/activemq-artemis/pull/4565#discussion_r1276299266


##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Upgrade.java:
##########
@@ -106,8 +106,16 @@ public Object run(ActionContext context) throws Exception {
          throw new IOException(etcFolder + " does not exist for etc");
       }
 
+      StringBuffer javaOption = new StringBuffer();

Review Comment:
   StringBuilder?
   
   Name could be more obvious than the singular of the original plural list, 
e.g javaOptionsArgs...or javaOptionsString (and build the value here rather 
than later at the point it is passed, throw away the builder).





Issue Time Tracking
-------------------

    Worklog Id:     (was: 873366)
    Time Spent: 50m  (was: 40m)

> Move CLI framework to picocli and implement auto-complete
> ---------------------------------------------------------
>
>                 Key: ARTEMIS-4372
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4372
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.31.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to