-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
False
-
None
-
False
-
-
---
-
---
-
AMM Sprint 235, AMM Sprint 236
-
Important
-
No
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
- mentioned on