Failure to resolve required bundle when available version has qualifier
-----------------------------------------------------------------------

                 Key: FELIX-1395
                 URL: https://issues.apache.org/jira/browse/FELIX-1395
             Project: Felix
          Issue Type: Bug
          Components: Sigil
            Reporter: David Savage


SigilParser fails to resolve bundles when require bundle specifies an open 
range and the bundle that is available has a qualifier e.g. 

Require-Bundle: org.foo.example;version=1.0.0 
Bundle-SymbolicName: org.foo.example
Bundle-Version: 1.0.0.1

This is because SigilResolver converts the require bundle version into an 
explicit version requirement for the purposes of downloading the version that 
the parse stage discovered (line 246):

range = "[" + revision + "," + revision + "]";



-- 
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