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
hohwille opened this issue
Sep 27, 2024
· 0 comments
· Fixed by #658
Assignees
Labels
bugSomething isn't workinginstallinstallation process of IDE + tools and install commandletjavarelated to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)
As a IDEasy user, I want to be able to install an older version of Java like Java 8 so that I can still use IDEasy for projects with legacy that require an older Java.
Actual behavior
$ ide install java 8u412b08
8u412b08 8u412b08* 8u412b08*!
hohwille@CE49454 MSYS /d/projects/demo9
$ ide install java 8u412b08
Error in property version:
Given version 8u412b08 is not a valid version
Error: IDEasy failed with exit code 1
Steps to reproduce (bug) / Use Case of feature request (enhancement)
According to our implementation of VersionIdentifier the version 8u412b08 was never valid since the segment u412 is invalid since u is an undefined development phase.
In PR #569 a property validator was added to VersionProperty that requires the version to be valid.
Seemed to make sense but currently blocks the usage.
Affected version:
2024.09.002-beta-SNAPSHOT (from today)
The text was updated successfully, but these errors were encountered:
hohwille
added
java
related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)
install
installation process of IDE + tools and install commandlet
labels
Sep 27, 2024
bugSomething isn't workinginstallinstallation process of IDE + tools and install commandletjavarelated to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)
Expected behavior
As a IDEasy user, I want to be able to install an older version of Java like Java 8 so that I can still use IDEasy for projects with legacy that require an older Java.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide install java 8u412b08
Related/Dependent Issues
#569
Comments/Hints:
According to our implementation of
VersionIdentifier
the version8u412b08
was never valid since the segmentu412
is invalid sinceu
is an undefined development phase.In PR #569 a property validator was added to
VersionProperty
that requires the version to be valid.Seemed to make sense but currently blocks the usage.
Affected version:
The text was updated successfully, but these errors were encountered: