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

David Smiley commented on SOLR-15604:
-------------------------------------

For test-framework; I'm not sure it's worth it to bother.  It's a special 
module.  Maybe it would cause us to make stuff public that we don't want to be?

For the timing of package moves, I suggest moves happen later in the release so 
as to minimize disruptions in our back ports from main to 9.

> Make sure there are no split packages
> -------------------------------------
>
>                 Key: SOLR-15604
>                 URL: https://issues.apache.org/jira/browse/SOLR-15604
>             Project: Solr
>          Issue Type: Task
>            Reporter: Mike Drob
>            Priority: Major
>
> I don't know if there is a gradle way to enforce this, so far everything has 
> been manual.
> Initial checks show the following potential issues:
> {noformat}
> mdrob-imp:~/code/solr $ find . -type f -path *src/java/* -name *.java -exec 
> dirname {} \; | sort -u | sed -e 's#.*/org#org#' | sort | uniq -c | sort -nr
>    4 org/apache/solr/update/processor
>    3 org/apache/solr/handler/component
>    2 org/apache/solr/util
>    2 org/apache/solr/schema
>    2 org/apache/solr/response
>    2 org/apache/solr/handler
>    2 org/apache/solr/core
>    2 org/apache/solr/cloud/api/collections
>    2 org/apache/solr/cloud
>    2 org/apache/solr/client/solrj/embedded
>    2 org/apache/solr/analysis
>    2 org/apache/solr
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to