liberica*: Fix checkver JSONPath#590
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (49)
WalkthroughUpdated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #547
Summary
BellSoft's Liberica API returns an array of release objects for these
checkverendpoints, but the manifests currently use$.version.That still lets
checkverfind a version, but it also emits:This updates the affected Liberica manifests to read versions from the array with
$[*].version.No package URLs, hashes, versions, architecture entries, or install logic are changed.
Verification
Ran
checkveragainst all changed Liberica manifests. The manifests resolve to their current versions without theJArraywarning.Also spot-checked URLs for representative variants:
Results:
Summary by CodeRabbit
Chores