Re: HttpClient OSGI manifest import-package missing

2015-02-24 Thread Oleg Kalnichevski
On Tue, 2015-02-24 at 17:39 +0530, srihari na wrote:
 Hi Team,
 
 When using OSGI bundles of http client v4.4 and we use
 PoolingHttpClientConnectionManager which is internally using SSLContexts
 from org.apache.http.ssl package of http core bundle. Though this package
 is availabe in export-package of core manifest, it is not imported by
 client bundle import-package. So folks using OSGI and
 PoolingHttpClientConnectionManager cannot work.
 
 Should I raise a jira ?
 

Already fixed in SVN trunk.

https://issues.apache.org/jira/browse/HTTPCLIENT-1611

Oleg


-
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org



HttpClient OSGI manifest import-package missing

2015-02-24 Thread srihari na
Hi Team,

When using OSGI bundles of http client v4.4 and we use
PoolingHttpClientConnectionManager which is internally using SSLContexts
from org.apache.http.ssl package of http core bundle. Though this package
is availabe in export-package of core manifest, it is not imported by
client bundle import-package. So folks using OSGI and
PoolingHttpClientConnectionManager cannot work.

Should I raise a jira ?

-- 
Regards,
Srihari NA