You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/08/21 13:55:11 UTC

svn commit: r1619370 - in /httpcomponents/httpclient/branches/4.3.x: RELEASE_NOTES.txt httpclient-osgi/pom.xml

Author: olegk
Date: Thu Aug 21 11:55:10 2014
New Revision: 1619370

URL: http://svn.apache.org/r1619370
Log:
HTTPCLIENT-1547: HttpClient OSGi bundle doesn't import the package "javax.naming"
Contributed by Willem Jiang <ningjiang at apache.org>

Conflicts:
	RELEASE_NOTES.txt

Modified:
    httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt
    httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/pom.xml

Modified: httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt?rev=1619370&r1=1619369&r2=1619370&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt Thu Aug 21 11:55:10 2014
@@ -1,3 +1,11 @@
+Changes sicne 4.3.5
+-------------------
+
+* [HTTPCLIENT-1547] HttpClient OSGi bundle doesn't import the package "javax.naming".
+  Contributed by Willem Jiang <ningjiang at apache.org>
+
+
+
 Release 4.3.5
 -------------------
 

Modified: httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/pom.xml?rev=1619370&r1=1619369&r2=1619370&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/pom.xml Thu Aug 21 11:55:10 2014
@@ -132,6 +132,7 @@
             <Import-Package>
             javax.crypto,
             javax.crypto.spec,
+            javax.naming,
             javax.net,
             javax.net.ssl,
             javax.security.auth.x500,