Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3092

Resolution of version ranges with non-snapshot bounds can resolve to a snapshot version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • None
    • 4.x / Backlog
    • Dependencies
    • None
    • Patch

    Description

      Contrary to the 2.0 design docs:

      "Resolution of dependency ranges should not resolve to a snapshot (development version) unless it is included as an explicit boundary."
      – from http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-Incorporating%7B%7BSNAPSHOT%7D%7Dversionsintothespecification

      The following is equates to true:

      VersionRange.createFromVersionSpec( "[1.0,1.1]" ).containsVersion( new DefaultArtifactVersion( "1.1-SNAPSHOT" ) )

      The attached patch only allows snapshot versions to be contained in a range if they are equal to one of the boundaries. Note that this is a strict equality, so [1.0,1.2-SNAPSHOT] will not contain 1.1-SNAPSHOT.

      Attachments

        1. MNG-3092.patch
          4 kB
          Mark Hobson
        2. MNG-3092.patch
          2 kB
          Kunalkumar Somani

        Issue Links

          Activity

            People

              Unassigned Unassigned
              markh Mark Hobson
              Votes:
              101 Vote for this issue
              Watchers:
              110 Start watching this issue

              Dates

                Created:
                Updated: