You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2012/09/11 23:38:08 UTC

[jira] [Created] (HTTPASYNC-26) Fix httpasyncclient-osgi imports

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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Resolved] (HTTPASYNC-26) Fix httpasyncclient-osgi imports

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPASYNC-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPASYNC-26.
----------------------------------------

    Resolution: Fixed

Patch committed to SVN trunk.

Oleg
                
> 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org