risdenk commented on a change in pull request #553: SOLR-9515: Update to Hadoop 3 URL: https://github.com/apache/lucene-solr/pull/553#discussion_r251858743
########## File path: solr/core/src/test/org/apache/solr/response/TestCustomDocTransformer.java ########## @@ -26,7 +26,6 @@ import org.apache.solr.request.SolrQueryRequest; import org.apache.solr.response.transform.DocTransformer; import org.apache.solr.response.transform.TransformerFactory; -import org.bouncycastle.util.Strings; Review comment: Test used to use old bouncycastle dependency which isn't needed anymore from Hadoop. Switched to use builtin Java split. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
