Skip to content

Commit dea172a

Browse files
authored
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 55294e5 commit dea172a

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
@@ -208,8 +208,6 @@
208208
import org.elasticsearch.xpack.core.transform.transforms.TimeSyncConfig;
209209
import org.elasticsearch.xpack.core.transform.transforms.TransformState;
210210
import org.elasticsearch.xpack.core.transform.transforms.TransformTaskParams;
211-
import org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeAction;
212-
import org.elasticsearch.xpack.core.upgrade.actions.IndexUpgradeInfoAction;
213211
import org.elasticsearch.xpack.core.vectors.VectorsFeatureSetUsage;
214212
import org.elasticsearch.xpack.core.votingonly.VotingOnlyNodeFeatureSetUsage;
215213
import org.elasticsearch.xpack.core.watcher.WatcherFeatureSetUsage;
@@ -351,9 +349,6 @@ public List<ActionType<? extends ActionResponse>> getClientActions() {
351349
CreateApiKeyAction.INSTANCE,
352350
InvalidateApiKeyAction.INSTANCE,
353351
GetApiKeyAction.INSTANCE,
354-
// upgrade
355-
IndexUpgradeInfoAction.INSTANCE,
356-
IndexUpgradeAction.INSTANCE,
357352
// watcher
358353
PutWatchAction.INSTANCE,
359354
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)