Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 02DD6200B32 for ; Wed, 8 Jun 2016 21:40:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 003B2160A0E; Wed, 8 Jun 2016 19:40:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 76AD6160A2E for ; Wed, 8 Jun 2016 21:40:22 +0200 (CEST) Received: (qmail 2967 invoked by uid 500); 8 Jun 2016 19:40:21 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 2911 invoked by uid 99); 8 Jun 2016 19:40:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 19:40:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3A91F2C1F75 for ; Wed, 8 Jun 2016 19:40:21 +0000 (UTC) Date: Wed, 8 Jun 2016 19:40:21 +0000 (UTC) From: "Justin Edelson (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPCLIENT-1750) Add support in OSGi support for CachingHttpClientBuilder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 19:40:23 -0000 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated HTTPCLIENT-1750: --------------------------------------- Attachment: HTTPCLIENT-1750.patch Here is a patch against the 4.5.x branch with the patch from HTTPCLIENT-1749 already applied. This also fixes a minor issue where the OSGi service for the HttpClientFactory was using the same PID and name as the proxy configurator. > Add support in OSGi support for CachingHttpClientBuilder > -------------------------------------------------------- > > Key: HTTPCLIENT-1750 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1750 > Project: HttpComponents HttpClient > Issue Type: New Feature > Components: HttpClient > Reporter: Justin Edelson > Attachments: HTTPCLIENT-1750.patch > > > It is fairly difficult (maybe impossible) to use the CachingHttpClientBuilder effectively with the OSGi proxy support originally added in HTTPCLIENT-1238. In order to support this, a corresponding CachingHttpClientBuilderFactory interface should be created with an implementation. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org