Skip to content

Commit

Permalink
#26: add JasyptUrlUpdater to UpdateManager (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvomiero authored Feb 13, 2024
1 parent bc5220f commit 3a77034
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import com.devonfw.tools.ide.tool.tomcat.TomcatUrlUpdater;
import com.devonfw.tools.ide.tool.vscode.VsCodeUrlUpdater;
import com.devonfw.tools.ide.url.model.folder.UrlRepository;
import com.devonfw.tools.ide.tool.jasypt.JasyptUrlUpdater;

/**
* The {@code UpdateManager} class manages the update process for various tools by using a list of
Expand All @@ -65,7 +66,8 @@ public class UpdateManager extends AbstractProcessorWithTimeout {
new JenkinsUrlUpdater(), new JmcUrlUpdater(), new KotlincUrlUpdater(), new KotlincNativeUrlUpdater(),
new LazyDockerUrlUpdater(), new MvnUrlUpdater(), new NodeUrlUpdater(), new NpmUrlUpdater(), new OcUrlUpdater(),
new PipUrlUpdater(), new PythonUrlUpdater(), new QuarkusUrlUpdater(), new DockerRancherDesktopUrlUpdater(),
new SonarUrlUpdater(), new TerraformUrlUpdater(), new TomcatUrlUpdater(), new VsCodeUrlUpdater());
new SonarUrlUpdater(), new TerraformUrlUpdater(), new TomcatUrlUpdater(), new VsCodeUrlUpdater(),
new JasyptUrlUpdater());

/**
* The constructor.
Expand Down

0 comments on commit 3a77034

Please sign in to comment.