Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-2972

Treatment of version ranges seems incorrect.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • maven-bundle-plugin-2.3.4
    • None
    • Maven Bundle Plugin
    • None

    Description

      I have a sample project which specifies a dependency on
      <dependency>
      <groupId>javax.jdo</groupId>
      <artifactId>jdo-api</artifactId>
      <version>[3.0, )</version>
      <scope>provided</scope>
      </dependency>

      and there is a version 3.0, 3.1-SNAPSHOT-20110319, 3.1-SNAPSHOT-20110223 in the specified respositories.

      I generate the MANIFEST.MF and it gives an ImportPackage of

      Import-Package: javax.jdo;version="[3.1,4)", ...

      It seemingly just grabs the latest current version available in the repositories in that range and takes that as the OSGi start version. This is incorrect, since a user could have v3.0 on their system and deploy that into OSGi and it doesn't allow deployment of this project. Or is it doing something deeper?

      Attachments

        1. bundle_test.zip
          6 kB
          Andy Jefferson

        Activity

          People

            mcculls Stuart McCulloch
            andyj Andy Jefferson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: