[
https://issues.apache.org/jira/browse/FC-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981859#comment-14981859
]
ASF GitHub Bot commented on FC-122:
-----------------------------------
GitHub user yudhik opened a pull request:
https://github.com/apache/directory-fortress-core/pull/1
FC-122 - Use latest httpclient from apache httpcomponents since commo…
Hi Shawn, I made changes for do HttpClient Implementation using latest
httpclient component library.
Please do review the code.
I'm pretty sure this code will move forth and back from me for some period
of time.
I also have many idea to improve this rest util to support HttpClient
connection pooling so the users of Fortress is possible to do tuning their
application when calling a rest service to enmasse.
Do you have any other idea?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yudhik/directory-fortress-core
improvement/FC-122
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/directory-fortress-core/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit ca53b1e331939d780742ddae0d03f472b33d41db
Author: brainmaster <[email protected]>
Date: 2015-10-30T04:14:29Z
FC-122 - Use latest httpclient from apache httpcomponents since
common-httpclient is not maintained anymore
----
> Use latest httpclient from apache httpcomponents since common-httpclient is
> not maintained anymore
> --------------------------------------------------------------------------------------------------
>
> Key: FC-122
> URL: https://issues.apache.org/jira/browse/FC-122
> Project: FORTRESS
> Issue Type: Improvement
> Affects Versions: 1.0.0-RC41
> Reporter: Yudhi Karunia Surtan
>
> I think current RestUtil class need to adapt to using the latest httpclient
> from apache.
> Is it possible to introduce a method which can have HttpClient interface as a
> parameter at this class(RestUtil)?
> I'm not sure how we will implement all other *MgrRestImpl class will deal
> with that parameter, but since this class is an Utility class, i think we can
> figure it later about the strategy for user to inject their own HttpClient
> implementation with their prefered ClientConnectionManager.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)