You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: