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

   > * "11+" (unsure what this did) is now "contained in `[11,)`" (as per doco)
   > 
   > * "11-" (unsure what this did) is now "contained in `(,11)`" (as per doco)
   
   I have to admit that I wasn't aware this notation is possible and maybe for 
others it's the same.
   And since this 'style' is not common in Maven, I want to ask the basic 
question if it's really worth the effort to support it, also with respect to 
the questions of older Java versions from 
https://github.com/apache/maven/pull/11786#discussion_r2920582287?
   Since one does not type version requirements all the time and the range 
syntax is well known in Maven (and similar to mathematical formulations), I'd 
argue that it is sufficient and the two characters saved are not worth it.
   Instead the abbreviation could just be removed from the documentation. If it 
has never worked, it shouldn't be a problem.
   
   But then then this is close to https://github.com/apache/maven/pull/11770, 
isn't it?
   
   


-- 
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