[
https://issues.apache.org/jira/browse/SOLR-17501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899573#comment-17899573
]
ASF subversion and git services commented on SOLR-17501:
--------------------------------------------------------
Commit e1f56b30c33d9adfcb2c7aac1c01ef5393400c1e in solr's branch
refs/heads/main from Christos Malliaridis
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=e1f56b30c33 ]
SOLR-17501: Move out CLI utils from SolrCLI (#2744)
> CLI: Reduce responsibilities of SolrCLI
> ---------------------------------------
>
> Key: SOLR-17501
> URL: https://issues.apache.org/jira/browse/SOLR-17501
> Project: Solr
> Issue Type: Improvement
> Components: cli
> Reporter: Christos Malliaridis
> Assignee: Christos Malliaridis
> Priority: Minor
> Labels: cli, pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> The current state of {{SolrCLI}} contains multiple static fields and methods
> that are used across the CLI classes. However, the {{SolrCLI}} class is used
> as the main entrypoint for our CLI scripts and should not provide and be
> responsible for these utilities.
> By following the seperation of concerns, two improvements can be made. These
> are
> - extract the static fields and helper methods to a utility class
> - extract global options to a cli options class
> In the context of this ticket only the first improvement should be addressed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]