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
The implementation of Jasypt is very old and seems to be using outdated workarounds. We should check how we can update the commandlet to use the latest features of IDEasy.
Update:
The problem is that it is calling Java as commandlet what will use the project version of Java and not the one from dependencies.json:
hohwille
changed the title
Update Jasypt commandlet implementation
Update Jasypt commandlet implementation to run Java version from dependencies.json
Feb 17, 2025
The implementation of Jasypt is very old and seems to be using outdated workarounds. We should check how we can update the commandlet to use the latest features of IDEasy.
Update:
The problem is that it is calling
Java
as commandlet what will use the project version of Java and not the one fromdependencies.json
:IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/jasypt/Jasypt.java
Lines 97 to 98 in e1743f8
Fix should be to just call
java
command running Jasypt viaProcessContext
.The text was updated successfully, but these errors were encountered: