Skip to content

Commit

Permalink
Remove unused upgrade actions
Browse files Browse the repository at this point in the history
These actions were almost completely removed in elastic#40075 but a couple of
classes were left in place. This commit completes their removal.
  • Loading branch information
DaveCTurner committed Sep 17, 2020
1 parent 41bce50 commit bf08de7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 347 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@
import org.elasticsearch.xpack.core.transform.transforms.TimeSyncConfig;
import org.elasticsearch.xpack.core.transform.transforms.TransformState;
import org.elasticsearch.xpack.core.transform.transforms.TransformTaskParams;
import org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeAction;
import org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeInfoAction;
import org.elasticsearch.xpack.core.vectors.VectorsFeatureSetUsage;
import org.elasticsearch.xpack.core.votingonly.VotingOnlyNodeFeatureSetUsage;
import org.elasticsearch.xpack.core.watcher.WatcherFeatureSetUsage;
Expand Down Expand Up @@ -350,9 +348,6 @@ public List<ActionType<? extends ActionResponse>> getClientActions() {
CreateApiKeyAction.INSTANCE,
InvalidateApiKeyAction.INSTANCE,
GetApiKeyAction.INSTANCE,
// upgrade
IndexUpgradeInfoAction.INSTANCE,
IndexUpgradeAction.INSTANCE,
// watcher
PutWatchAction.INSTANCE,
DeleteWatchAction.INSTANCE,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit bf08de7

Please sign in to comment.