Uploaded image for project: 'WINDUP - Red Hat Application Migration Toolkit'
  1. WINDUP - Red Hat Application Migration Toolkit
  2. WINDUP-3812

Incorrectly assumed 2.0.0.RELEASE > 2.0.0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • MTR-1.1.0
    • None
    • None
    • False
    • None
    • False
    • Hide
      * *Why we missed the bug?*
       ** Pick to proper answer from drop-down field upper.
       +_Additional comments:_+


       * *What is required:*
       ** Pick to proper answer from drop-down field upper.
       +_Additional comments:_+
      Show
      * *Why we missed the bug?*  ** Pick to proper answer from drop-down field upper.  +_Additional comments:_+  * *What is required:*  ** Pick to proper answer from drop-down field upper.  +_Additional comments:_+
    • No
    • ---
    • ---
    • AMM Sprint 235, AMM Sprint 236
    • Important

       I wrote a rule to detect outdated Spring Boot versions, including:
      xml
      <when>
      <project>
      <artifact groupId="org.springframework.boot" artifactId="{*}" fromVersion="1" toVersion="2"/>
      </project>
      </when>
      This will match version in section [1, 2], right?
      In test, spring boot version 2.0.0 is matched, which is expected. However, 2.0.0.RELEASE would not be matched.

      It incorrectly assumed 2.0.0.RELEASE > 2.0.0 instead of 2.0.0.RELEASE == 2.0.0

            mrizzi@redhat.com Marco Rizzi
            kaiqianyang Kaiqian Yang (Inactive)
            Sachin Singla Sachin Singla
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: