Fallback or guide the user to use the default platform in case extension registry is not fully operational #21340
Open
Description
Description
Currently we are falling back to the default platform catalog (or suggesting user to do that manually) when we find that none of the configured registries is available.
However, today we had a case when the registry was returning its descriptor, indicating that it's available, but was failing to resolve the catalog artifacts. That would still be equivalent of the registry not being available, in which case we should also either fallback or suggest a workaround.
- Maven plugin adjustment - Fallback to the default platform catalog if available registries do not provide any catalog #21339
- CLI adjustment
Implementation ideas
No response
Activity