You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/12/21 21:33:00 UTC

[jira] [Commented] (MNG-7644) Fix version comparison where .X1 < -X2 for any string qualifier X

    [ https://issues.apache.org/jira/browse/MNG-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651005#comment-17651005 ] 

ASF GitHub Bot commented on MNG-7644:
-------------------------------------

sultan commented on PR #932:
URL: https://github.com/apache/maven/pull/932#issuecomment-1362108274

   > @sultan Running tests now. I have applied small improvements to Javadoc. Kindly replicate to other PRs as well.
   
   neat! 




> Fix version comparison where .X1 < -X2 for any string qualifier X
> -----------------------------------------------------------------
>
>                 Key: MNG-7644
>                 URL: https://issues.apache.org/jira/browse/MNG-7644
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.8.6, 4.0.0-alpha-3
>            Reporter: Gwénaël Ruelland
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.8.x-candidate, 3.9.0-candidate, 4.0.x-candidate
>
>
> The current version parser does not treat .RC and -RC correctly:
> actual : 1.0.0.RC1 > 1.0.0-RC2
> expected : 1.0.0.RC1 < 1.0.0-RC2
> because RC1 < RC2
> how to fix : place a list item before qualifier
> the intention is to have this same result with all qualifier x:
> actual : 1.0.0.X1 > 1.0.0-X2
> actual : 1.0.X < 1.0.0.X
> expected : 1.0.0.X1 < 1.0.0-X2
> expected : 1.0.X == 1-X == 1.0.0.X



--
This message was sent by Atlassian Jira
(v8.20.10#820010)