[ 
https://issues.apache.org/jira/browse/SOLR-18234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18100547#comment-18100547
 ] 

David Smiley commented on SOLR-18234:
-------------------------------------

I don't see why this would literally use that branch... it's tagged for a 
change that is not this feature.  But I think this work should be deferred 
until after that branch lands, since that work has already started in earnest, 
touching lots of CLI naturally.

What can happen *now* is the package manager dis-entanglement such that the 
package manager doesn't reach out to the CLI, only the other way around.  
Nothing in solr-core should refer to the CLI.

> core-cli build module
> ---------------------
>
>                 Key: SOLR-18234
>                 URL: https://issues.apache.org/jira/browse/SOLR-18234
>             Project: Solr
>          Issue Type: Task
>            Reporter: David Smiley
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The "org.apache.solr.cli" package ought to be separated to a module (gradle 
> sub-project), e.g. "core-cli", adjacent to "core".  Motivation: reduce 
> dependencies of solr-core[1], and reduces the size/scope of our largest 
> module[2].
> [1]: even though Solr will certainly ship with this JAR and its dependencies: 
> (a) they won't go/belong in WEB-INF/lib and won't be on Solr's runtime 
> classpath, (b) anyone embedding Solr-core won't need CLI or its dependencies, 
> and (c) also applies to users of solr-test-framework
> [2]: The gradle build can run a bit more efficiently when our largest 
> sub-project is reduced in size for a variety of reasons
> [3]: new dirs are likely useful for misc things like an AGENTS.md, README.md, 
> maybe referencing in CODEOWNERS and misc things.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to