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
bugSomething isn't workingjavarelated to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)mirrorside-mirrors repository (deprecated/obsolete)
As a devonfw-ide user, I want to make use of the new version support including completion, etc. so that my life gets easier maintaining versions. Therefore available-versions should contain all stable versions of the according tool that are available.
Actual behavior
For java the list is incomplete and older versions ( 8.*) are missing.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
bugSomething isn't workingjavarelated to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)mirrorside-mirrors repository (deprecated/obsolete)
Expected behavior
As a devonfw-ide user, I want to make use of the new version support including completion, etc. so that my life gets easier maintaining versions. Therefore
available-versions
should contain all stable versions of the according tool that are available.Actual behavior
For
java
the list is incomplete and older versions (8.*
) are missing.Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
Comments/Hints:
In get-versions there is a detection if the
available-versions
file is empty due to somecurl
error. However, for tools likejava
that have a versions config using sub-folders, this would need to be checked for each individualcurl
download and not only for the aggregated result:https://github.com/devonfw/ide-mirrors/blob/master/get-versions#L26
The text was updated successfully, but these errors were encountered: