|
16 | 16 | import org.elasticsearch.common.unit.TimeValue; |
17 | 17 | import org.elasticsearch.common.xcontent.NamedXContentRegistry; |
18 | 18 | import org.elasticsearch.common.xcontent.XContentParser; |
19 | | -import org.elasticsearch.xpack.core.indexlifecycle.FreezeAction; |
20 | | -import org.elasticsearch.xpack.core.indexlifecycle.OperationMode; |
21 | 19 | import org.elasticsearch.test.AbstractDiffableSerializationTestCase; |
22 | 20 | import org.elasticsearch.xpack.core.indexlifecycle.AllocateAction; |
23 | 21 | import org.elasticsearch.xpack.core.indexlifecycle.DeleteAction; |
24 | 22 | import org.elasticsearch.xpack.core.indexlifecycle.ForceMergeAction; |
| 23 | +import org.elasticsearch.xpack.core.indexlifecycle.FreezeAction; |
25 | 24 | import org.elasticsearch.xpack.core.indexlifecycle.IndexLifecycleMetadata; |
26 | 25 | import org.elasticsearch.xpack.core.indexlifecycle.IndexLifecycleMetadata.IndexLifecycleMetadataDiff; |
27 | 26 | import org.elasticsearch.xpack.core.indexlifecycle.LifecycleAction; |
28 | 27 | import org.elasticsearch.xpack.core.indexlifecycle.LifecyclePolicy; |
29 | 28 | import org.elasticsearch.xpack.core.indexlifecycle.LifecyclePolicyMetadata; |
30 | 29 | import org.elasticsearch.xpack.core.indexlifecycle.LifecycleType; |
| 30 | +import org.elasticsearch.xpack.core.indexlifecycle.OperationMode; |
31 | 31 | import org.elasticsearch.xpack.core.indexlifecycle.Phase; |
32 | 32 | import org.elasticsearch.xpack.core.indexlifecycle.ReadOnlyAction; |
33 | 33 | import org.elasticsearch.xpack.core.indexlifecycle.RolloverAction; |
@@ -137,7 +137,7 @@ protected Reader<Diff<Custom>> diffReader() { |
137 | 137 | } |
138 | 138 |
|
139 | 139 | public void testMinimumSupportedVersion() { |
140 | | - assertEquals(Version.V_6_5_0, createTestInstance().getMinimalSupportedVersion()); |
| 140 | + assertEquals(Version.V_6_6_0, createTestInstance().getMinimalSupportedVersion()); |
141 | 141 | } |
142 | 142 |
|
143 | 143 | public void testcontext() { |
|
0 commit comments