Java icon indicating copy to clipboard operation
Java copied to clipboard

Liberica `checkver.jsonpath` error

Open whlit opened this issue 9 months ago • 0 comments

I found that all Liberica's 'checkver.jsonpath' configurations are $.version. But in the liberica url request result, the data is of array type.So it should be $[*].version. For example: [{"version":"21.0.7+9"},{"version":"24.0.1+11"}]. And I also found that this problem caused many 'Property 'version' not valid on JArray' exceptions in CI (Excavator). If this change makes sense, I'm willing to open a pull request!

whlit avatar Apr 24 '25 07:04 whlit