Skip to content
Snippets Groups Projects

Use lenient semantic version comparator for JVM package repos

Created by: olafurpg

Previously, we used an external Go package to compare semantic versions. This package occasionally panicked on versions like 1.2.3.Final, which are valid Java package versions. Now, we compare the versions using a custom comparator that never panics.

Merge request reports

Approval is optional

Merged by avatar (Jul 31, 2025 12:46am UTC)

Merge details

  • Changes merged into main with 53ade180.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading