Daniel Kulp created HTTPASYNC-26:
------------------------------------
Summary: Fix httpasyncclient-osgi imports
Key: HTTPASYNC-26
URL: https://issues.apache.org/jira/browse/HTTPASYNC-26
Project: HttpComponents HttpAsyncClient
Issue Type: Bug
Affects Versions: 4.0-beta2
Reporter: Daniel Kulp
Priority: Critical
Fix For: 4.0-beta3
Nothing exports org.apache.http.impl.nio.codec. Thus, the current OSGi bundle
isn't loadable.
Simple patch:
{code}
Index: pom.xml
===================================================================
--- pom.xml (revision 1382925)
+++ pom.xml (working copy)
@@ -99,7 +99,6 @@
org.apache.http.nio.reactor.ssl;version=${httpcore.version},
org.apache.http.nio.util;version=${httpcore.version},
org.apache.http.impl.nio;version=${httpcore.version},
- org.apache.http.impl.nio.codec;version=${httpcore.version},
org.apache.http.impl.nio.reactor;version=${httpcore.version},
org.apache.http.auth;version=${httpclient.version},
org.apache.http.cookie;version=${httpclient.version},
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]