Skip to content

Commit

Permalink
Document and remove a TODO (Created an issue for that: #184
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Feb 6, 2024
1 parent 7f96abb commit 446000b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@
import lombok.extern.flogger.Flogger;
import org.springframework.stereotype.Component;

/**
* Very basic implementation of an HTTP downloader for plugins hosted on web servers.
*
* @author Sebastien Vermeille
*/
@Component
@RequiredArgsConstructor
@Flogger
public class HttpPluginDownloader implements PluginDownloader {

// TODO: if md5 file is present (i.e maven central provide it then we should check integrity
// TODO: override files / delete before (should not delete files already present in plugins dir
// if they are not listed (useful for dev purpose)
@Override
public void downloadPlugin(@NonNull URL jarUrl, @NonNull String pluginsDir)
throws UnableToDownloadPluginException {
Expand Down

0 comments on commit 446000b

Please sign in to comment.