GluuFederation / scim

SCIM server/client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore usage of PoolingHttpClientConnectionManager

jgomer2001 opened this issue · comments

Probably removed by mistake, version 4.3.1 of the scim-client is not using PoolingHttpClientConnectionManager. Previous versions are OK

This may lead to problems of client usage when concurrent operations are issued

https://hc.apache.org/httpcomponents-client-4.5.x/current/tutorial/html/connmgmt.html#d5e405
https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html

issue open at the wrong repository