Describe the bug
When running vfox search java, the command returns no available version.
This issue appears to be caused by the upstream Foojay Disco API. While the service has recovered from recent 502 Bad Gateway errors, the specific endpoint used by the plugin is currently returning an empty result set.
Steps to reproduce
- Run
vfox search java
- Output:
no available version
Diagnostic Information
I have verified that the Foojay API is returning an empty package list when accessed without specific mandatory parameters or due to a change in their API behavior:
- Request URL:
https://api.foojay.io/disco/v3.0/packages/jdks
- JSON Response:
{"result":[],"message":"No package(s) found"}