[
https://issues.apache.org/jira/browse/HTTPCLIENT-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1072.
-------------------------------------------
Resolution: Fixed
Fix Version/s: 4.1.2
Workaround committed to the SVN trunk and the 4.1.x branch. Sorry it took so
long.
Oleg
> Inline nested jars in OSGi bundles
> ----------------------------------
>
> Key: HTTPCLIENT-1072
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1072
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Affects Versions: 4.1 Final
> Reporter: Eric Jain
> Fix For: 4.1.2
>
>
> Eclipse doesn't support bundles with nested jars
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=111238). The workaround is to
> inline the contents of the nested jars. This is a simple fix that shouldn't
> impact non-Eclipse users:
> pom.xml
> ===================================================================
> - <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
> + <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
--
This message is automatically generated by JIRA.
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]