nielsbasjes commented on PR #11786:
URL: https://github.com/apache/maven/pull/11786#issuecomment-4045475357

   > I think I captured both: the latter "11+" is becoming "[11,)", and former 
is again same (but implemented as "starts with 11. -- DOT appended, so matches 
11, 11.0, 11.999 but not 12.0) -- oohh "11" is not matched.
   > 
   > Edit: right, "11" is NOT matched. Edit2: no, sorry, IS matched. Adding UT
   
   I was primarily reacting to this line
   > "11" (did equality) is now "starts with 11." (as per doco, as range [1.5,) 
is equivalent of this)
   
   The 'starts with 11' is not the same as `[1.5,)` (or `[11,)` in this 
example).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to