[ 
https://issues.apache.org/jira/browse/SOLR-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Heisey updated SOLR-5604:
-------------------------------

    Attachment: SOLR-5604-4x-just-lucene.patch

This is a patch against 4x that only makes changes in the HttpClient usage in 
Lucene, because that usage is a lot more simple than the usage in Solr.  I hope 
someone can review what I've done, tell me whether I'm even heading in the 
right direction, and offer some guidance.

The classes that I've changed here are marked experimental, so I don't feel 
like it's a major problem if the change breaks user code.  I've left some 
deprecated stuff in HttpClientBase, but I've deprecated the methods that use 
it.  They can be removed without introducing any errors, but they're public, so 
I thought I should leave them in 4x.


> Remove deprecations caused by httpclient 4.3.x upgrade
> ------------------------------------------------------
>
>                 Key: SOLR-5604
>                 URL: https://issues.apache.org/jira/browse/SOLR-5604
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.7
>            Reporter: Shawn Heisey
>             Fix For: 5.0, 4.7
>
>         Attachments: SOLR-5604-4x-just-lucene.patch
>
>
> SOLR-5590 upgraded httpclient in Solr and Lucene to version 4.3.x.  This 
> version deprecates a LOT of classes and methods, recommending that they all 
> be replaced with various methods from the HttpClientBuilder class.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to