Skip to content

Commit 7324ee1

Browse files
committed
Remove unused upgrade actions (#62552)
These actions were almost completely removed in #40075 but a couple of classes were left in place. This commit completes their removal.
1 parent 6a3d731 commit 7324ee1

File tree

5 files changed

+0
-347
lines changed

5 files changed

+0
-347
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/protocol/xpack/migration/IndexUpgradeInfoRequest.java

Lines changed: 0 additions & 80 deletions
This file was deleted.

x-pack/plugin/core/src/main/java/org/elasticsearch/protocol/xpack/migration/IndexUpgradeInfoResponse.java

Lines changed: 0 additions & 74 deletions
This file was deleted.

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/XPackClientPlugin.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@
256256
import org.elasticsearch.xpack.core.transform.transforms.TimeSyncConfig;
257257
import org.elasticsearch.xpack.core.transform.transforms.TransformState;
258258
import org.elasticsearch.xpack.core.transform.transforms.TransformTaskParams;
259-
import org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeAction;
260-
import org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeInfoAction;
261259
import org.elasticsearch.xpack.core.vectors.VectorsFeatureSetUsage;
262260
import org.elasticsearch.xpack.core.votingonly.VotingOnlyNodeFeatureSetUsage;
263261
import org.elasticsearch.xpack.core.watcher.WatcherFeatureSetUsage;
@@ -427,9 +425,6 @@ public List<ActionType<? extends ActionResponse>> getClientActions() {
427425
CreateApiKeyAction.INSTANCE,
428426
InvalidateApiKeyAction.INSTANCE,
429427
GetApiKeyAction.INSTANCE,
430-
// upgrade
431-
IndexUpgradeInfoAction.INSTANCE,
432-
IndexUpgradeAction.INSTANCE,
433428
// watcher
434429
PutWatchAction.INSTANCE,
435430
DeleteWatchAction.INSTANCE,

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/upgrade/actions/IndexUpgradeAction.java

Lines changed: 0 additions & 147 deletions
This file was deleted.

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/upgrade/actions/IndexUpgradeInfoAction.java

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)