Uploaded image for project: 'Commons Compress'
  1. Commons Compress
  2. COMPRESS-442

Wrong OSGi import blocks resolving

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.16
    • 1.16.1
    • None
    • None

    Description

      JIRA COMPRESS-423 has introduced a new import with wrong syntax. Actually commons-compress is not resolvable anymore.

      is:

      <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution=optional</Import-Package>
      

      to be:

      <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional</Import-Package>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            graben Benjamin Graf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: