mocobeta opened a new pull request #2023:
URL: https://github.com/apache/lucene-solr/pull/2023


   "sandbox" module shares package names o.a.l.codecs, o.a.l.document, and 
o.a.l.search. We have two choices to clean up this conflicts:
   
   - Move them under `o.a.l.sandbox` and relax classes/methods visibility to 
public/protected to allow classes in sandbox module access those (currently 
package-private) classes/methods.
   - Move them to core module to keep package-private visibility in core module 
as is.
   
   Here, I took the first option for all classes for the first step to resolve 
the conflicts. But that may be a rather wild approach; some classes probably 
should be moved to core (option 2). 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to