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

ASF subversion and git services commented on SOLR-17872:
--------------------------------------------------------

Commit d5aaf27ba5e19fb86f2620eb9863541c8df4ce4e in solr's branch 
refs/heads/main from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=d5aaf27ba5e ]

SOLR-17872: Remove org.apache.http dependency from compile scope (#3498)

Solr no longer uses Apache HttpClient.  Nonetheless SolrJ still includes 
deprecated SolrClient implementations
 for that (which will be removed eventually), and many tests still use it.  
Also, there were server metrics
 relating to HTTP client connection pools that no longer exist.

* solrj-streaming DriverImpl, URI query parsing\
* PKIAuthenticationPlugin: setHeader alternative for tests
* CloudAuthStreamTest: fixed SOLR-14222 ! (how?)
* add httpcomponents to test compile classpath for some modules
* HttpClientBuilderFactory; remove Apache HttpClient method
* Metrics: no more UPDATE.updateShardHandler.maxConnections etc.


> solr-core: Remove Apache HttpClient from compile scope 
> -------------------------------------------------------
>
>                 Key: SOLR-17872
>                 URL: https://issues.apache.org/jira/browse/SOLR-17872
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> There's not many code references to "org.apache.http" (Apache HttpClient 
> related stuff) in our source code, outside of SolrJ.  Most remaining are in 
> solr-core.  This issue aims to remove the remaining references.  Out of scope 
> is any test code.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to