Uploaded image for project: 'HttpComponents HttpClient'
  1. HttpComponents HttpClient
  2. HTTPCLIENT-1072

Inline nested jars in OSGi bundles

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1 Final
    • 4.1.2
    • HttpClient (classic)
    • None

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            jain Eric Jain
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: