Commit 26f42f2
authored
Remove Migration Upgrade and Assistance APIs (#40075)
The Migration Assistance API has been functionally replaced by the
Deprecation Info API, and the Migration Upgrade API is not used for the
transition from ES 6.x to 7.x, and does not need to be kept around to
repair indices that were not properly upgraded before upgrading the
cluster, as was the case in 6.1 parent 2093b8f commit 26f42f2
File tree
45 files changed
+44
-3035
lines changed- client/rest-high-level/src
- main/java/org/elasticsearch/client
- migration
- test/java/org/elasticsearch/client
- documentation
- migration
- docs
- java-rest/high-level
- migration
- reference
- migration
- apis
- x-pack
- plugin
- core/src
- main/java/org/elasticsearch/xpack/core/upgrade
- test/java/org/elasticsearch/protocol/xpack/migration
- src/test/resources/rest-api-spec
- api
- test
- upgrade
- xpack
- upgrade
- src
- main
- java/org/elasticsearch/xpack/upgrade
- actions
- rest
- plugin-metadata
- test/java/org/elasticsearch/xpack/upgrade
- actions
- qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+44
-3035
lines changedLines changed: 1 addition & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
| |||
47 | 41 | | |
48 | 42 | | |
49 | 43 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 44 | | |
79 | 45 | | |
80 | 46 | | |
| |||
Lines changed: 0 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 30 | | |
53 | 31 | | |
54 | 32 | | |
| |||
57 | 35 | | |
58 | 36 | | |
59 | 37 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 38 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 0 additions & 96 deletions
This file was deleted.
Lines changed: 0 additions & 53 deletions
This file was deleted.
client/rest-high-level/src/main/java/org/elasticsearch/client/migration/UpgradeActionRequired.java
Lines changed: 0 additions & 41 deletions
This file was deleted.
0 commit comments