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 A4A2E200CAD for ; Tue, 9 May 2017 22:03:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A3621160B9A; Tue, 9 May 2017 20:03:52 +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 F0296160BD7 for ; Tue, 9 May 2017 22:03:50 +0200 (CEST) Received: (qmail 91328 invoked by uid 500); 9 May 2017 20:03:50 -0000 Mailing-List: contact commits-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 commits@hc.apache.org Received: (qmail 90920 invoked by uid 99); 9 May 2017 20:03:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2017 20:03:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DFD4CDFD70; Tue, 9 May 2017 20:03:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: olegk@apache.org To: commits@hc.apache.org Date: Tue, 09 May 2017 20:04:07 -0000 Message-Id: <337a2dab8ab3465caf486396cad3ffee@git.apache.org> In-Reply-To: <1bf8b4cf10a44c12ac8d594b28ebe935@git.apache.org> References: <1bf8b4cf10a44c12ac8d594b28ebe935@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/22] httpcomponents-core git commit: HTTPCORE-222: Fixed Import-Package in the OSGi META-INF Contributed by Willem Jiang archived-at: Tue, 09 May 2017 20:03:52 -0000 HTTPCORE-222: Fixed Import-Package in the OSGi META-INF Contributed by Willem Jiang git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.0.x@925173 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/6822b0c3 Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/6822b0c3 Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/6822b0c3 Branch: refs/heads/4.0.x Commit: 6822b0c3f88241d3e2487169beb52cad82afc204 Parents: e9e665d Author: Oleg Kalnichevski Authored: Fri Mar 19 10:40:00 2010 +0000 Committer: Oleg Kalnichevski Committed: Fri Mar 19 10:40:00 2010 +0000 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 3 +++ httpcore-osgi/pom.xml | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/6822b0c3/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 3a3b116..5a00c20 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,5 +1,8 @@ Changes since 4.0.1 +* [HTTPCORE-222] Fixed OSGi Import-Package + Contributed by Willem Jiang + * [HTTPCORE-207] SocketHttp*Connection classes can leak sockets if the connection is half-closed Contributed by David Koski http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/6822b0c3/httpcore-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml index 482f446..0fe75c9 100644 --- a/httpcore-osgi/pom.xml +++ b/httpcore-osgi/pom.xml @@ -84,6 +84,7 @@ Apache ${pom.name} ${pom.groupId}.httpcore + !org.apache.http*,* <_exportcontents>org.apache.http.*;version=${project.version} *;scope=compile|runtime;inline=false