Feature idea
This story is a follow-up of story #793.
Initially this was fixed with PR #1262. During our test for the release, we found it was not working as expected.
Therefore we did a quickfix with PR #1310.
This story is about creating a clean solution as #1310 was only a quickfix and not a clean solution.
Solution
- Remove all invocations of
verifyIdeMinVersion from CreateCommandlet
- Add an invocation of
verifyIdeMinVersion to immediately after this line:
Additional context
No response
Feature idea
This story is a follow-up of story #793.
Initially this was fixed with PR #1262. During our test for the release, we found it was not working as expected.
Therefore we did a quickfix with PR #1310.
This story is about creating a clean solution as #1310 was only a quickfix and not a clean solution.
Solution
verifyIdeMinVersionfromCreateCommandletverifyIdeMinVersionto immediately after this line:IDEasy/cli/src/main/java/com/devonfw/tools/ide/commandlet/AbstractUpdateCommandlet.java
Line 77 in 3eb86cd
Additional context
No response