You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2018/02/06 15:34:00 UTC

[jira] [Resolved] (COMPRESS-442) Wrong OSGi import blocks resolving

     [ https://issues.apache.org/jira/browse/COMPRESS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bodewig resolved COMPRESS-442.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.17

fixed with commit c70dc2e

Thanks for reporting the issue and sorry again.

> Wrong OSGi import blocks resolving
> ----------------------------------
>
>                 Key: COMPRESS-442
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-442
>             Project: Commons Compress
>          Issue Type: Bug
>    Affects Versions: 1.16
>            Reporter: Benjamin Graf
>            Priority: Critical
>             Fix For: 1.17
>
>
> JIRA COMPRESS-423 has introduced a new import with wrong syntax. Actually commons-compress is not resolvable anymore. 
> is:
> {code:xml}
> <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution=optional</Import-Package>
> {code}
> to be:
> {code:xml}
> <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional</Import-Package>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)