Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-7714] Fixed a scenario in version sorting where sp1 is less than final #1099

Merged
merged 6 commits into from
Jun 21, 2023

Commits on May 2, 2023

  1. Fixed a scenario in version sorting where sp1 is less than final

    Signed-off-by: crazyhzm <crazyhzm@apache.org>
    CrazyHZM committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b5d01c4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Split the return value of different cases

    Signed-off-by: crazyhzm <crazyhzm@apache.org>
    CrazyHZM committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3bd95eb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Inlining newComparable in checkVersionsEqualOrder method

    Signed-off-by: crazyhzm <crazyhzm@apache.org>
    CrazyHZM committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d37c121 View commit details
    Browse the repository at this point in the history
  2. Add version object inequality test

    Signed-off-by: crazyhzm <crazyhzm@apache.org>
    CrazyHZM committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bf5b463 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Make the test clearer

    Signed-off-by: crazyhzm <crazyhzm@apache.org>
    CrazyHZM committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5384c7f View commit details
    Browse the repository at this point in the history
  2. Making the comments clearer.

    Signed-off-by: crazyhzm <crazyhzm@apache.org>
    CrazyHZM committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    09d7220 View commit details
    Browse the repository at this point in the history