devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

Version support for jasypt via ide-urls #1231

Closed hohwille closed 1 year ago

hohwille commented 1 year ago
$ devon jasypt version set [TAB]
$ devon jasypt version set -

So no versions are found and completion does not work.

Rationale: There is no jasypt in https://github.com/devonfw/ide-urls/ The current jasypt commandlet downloads jasypt via maven and hence we have never added an UrlUpdater for it. For usability this should be fixed but I consider this rather low prio ("nice to have").