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

Stuart McCulloch updated FELIX-547:
-----------------------------------

    Fix Version/s: maven-bundle-plugin-1.4.2

This just missed the 1.4.1 release - the offending code is in our local copy of 
the bindex code:

   org.osgi.impl.bundle.obr.resource.VersionRange

this issue still exists in the latest bindex code, so I'll code up a local fix 
and get bindex fixed too.

> OBR portion of the plugin balks on singular version range of [1.0.0,1.0.0].
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-547
>                 URL: https://issues.apache.org/jira/browse/FELIX-547
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.0
>         Environment: N/A
>            Reporter: Thomas Dewire
>             Fix For: maven-bundle-plugin-1.4.2
>
>
> The OBR portion of the maven-bundle-plugin does not want to allow the syntax:
> <Import-Package>com.ea.bugtest1;version="[1.0.0,1.0.0]"</Import-Package>
> It complains with the following message:
> java.lang.IllegalArgumentException: Low Range is higher than High Range: 
> 1.0.0-1.0.0
> ...although this appears to be a legal construct that will in fact load up in 
> Equinox. (Would it do the same in Felix?)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to