dsmiley opened a new pull request, #3829: URL: https://github.com/apache/solr/pull/3829
https://issues.apache.org/jira/browse/SOLR-17968 Review the commits separately. I'm likely to do a merge commit in the end. Renamed {{org.apache.solr.client.solrj.apache.HttpSolrClient}} to {{HttpApacheSolrClient}}. Note that HttpSolrClient *used* to be in {{org.apache.solr.client.solrj.impl}}. Added {{org.apache.solr.client.solrj.HttpSolrClient}} as a pretty simple base class, which the obvious subclasses now as subclasses. Notice its in the base SolrJ package (a package that we should carefully choose what goes there; shouldn't have many things). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
