[
https://issues.apache.org/jira/browse/HTTPASYNC-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPASYNC-60.
----------------------------------------
Resolution: Fixed
Fix Version/s: 4.0.1
Patch committed to SVN trunk. Please review / re-test.
Oleg
> Incorrect OSGi Symbolic-BundleName for httpasyncclient
> ------------------------------------------------------
>
> Key: HTTPASYNC-60
> URL: https://issues.apache.org/jira/browse/HTTPASYNC-60
> Project: HttpComponents HttpAsyncClient
> Issue Type: Bug
> Reporter: M. van Cuijk
> Fix For: 4.0.1
>
>
> OSGi Symbolic-BundleName for httpasyncclient equals the one for httpclient,
> which breaks projects depending on both.
> Index: httpasyncclient-osgi/pom.xml
> ===================================================================
> --- httpasyncclient-osgi/pom.xml (revision 1537924)
> +++ httpasyncclient-osgi/pom.xml (working copy)
> @@ -56,7 +56,7 @@
> <configuration>
> <instructions>
> <Bundle-Name>Apache ${project.name}</Bundle-Name>
> -
> <Bundle-SymbolicName>${project.groupId}.httpclient</Bundle-SymbolicName>
> +
> <Bundle-SymbolicName>${project.groupId}.httpasyncclient</Bundle-SymbolicName>
> <_exportcontents>
> org.apache.http.nio.client.*;version=${project.version},
> org.apache.http.nio.conn.*;version=${project.version},
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]