[
https://issues.apache.org/jira/browse/COMPRESS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354011#comment-16354011
]
Stefan Bodewig commented on COMPRESS-442:
-----------------------------------------
Ouch, sorry for that.
I really wish there was an easy way to unit-test the jar is actually a valid
OSGi bundle. This is not the first time I have broken something just because I
don't use OSGi myself.
> 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
>
> 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)