Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

available-versions for java incomplete #931

Closed
hohwille opened this issue Oct 10, 2022 · 2 comments · Fixed by devonfw/ide-mirrors#39
Closed

available-versions for java incomplete #931

hohwille opened this issue Oct 10, 2022 · 2 comments · Fixed by devonfw/ide-mirrors#39
Assignees
Labels
bug Something isn't working java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium) mirrors ide-mirrors repository (deprecated/obsolete)
Milestone

Comments

@hohwille
Copy link
Member

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)

  1. Open https://github.com/devonfw/ide-mirrors/blob/master/java/available-versions

Related/Dependent Issues

Comments/Hints:

In get-versions there is a detection if the available-versions file is empty due to some curl error. However, for tools like java that have a versions config using sub-folders, this would need to be checked for each individual curl download and not only for the aggregated result:
https://github.com/devonfw/ide-mirrors/blob/master/get-versions#L26

@hohwille hohwille added bug Something isn't working mirrors ide-mirrors repository (deprecated/obsolete) labels Oct 10, 2022
@hohwille hohwille added this to the mirrors milestone Oct 10, 2022
@alfeilex alfeilex self-assigned this Oct 11, 2022
@alfeilex
Copy link
Member

PR for this issue --> devonfw/ide-mirrors#39

@hohwille hohwille added the java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium) label Oct 13, 2022
hohwille pushed a commit to devonfw/ide-mirrors that referenced this issue Oct 14, 2022
@hohwille
Copy link
Member Author

Solved by @alfeilex with the linked PR. Thanks again 👍
Hence closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working java related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium) mirrors ide-mirrors repository (deprecated/obsolete)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants