dsmiley commented on code in PR #3602:
URL: https://github.com/apache/solr/pull/3602#discussion_r2314815742
##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpClientUtil.java:
##########
@@ -73,42 +78,19 @@
* @deprecated Used to configure the Apache HTTP client. Please use the Http2
client
*/
@Deprecated(since = "9.0")
-public class HttpClientUtil {
+public class HttpClientUtil implements SolrHttpConstants {
Review Comment:
one of the primary changes, showing we inherit constants from the extracted
interface.
##########
solr/solrj/src/java/org/apache/solr/common/util/Utils.java:
##########
Review Comment:
don't want org.apache.http references here. Moved to HttpClientUtil, which
is all about that package.
--
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]