Skip to content

Commit 4798f05

Browse files
authored
Remove IndexerState from HLRC (#92023)
1 parent 37988dd commit 4798f05

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

client/rest-high-level/src/main/java/org/elasticsearch/client/core/IndexerState.java

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

x-pack/qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ apply plugin: 'elasticsearch.bwc-test'
88
apply plugin: 'elasticsearch.rest-resources'
99

1010
dependencies {
11+
testImplementation testArtifact(project(xpackModule('core')))
1112
testImplementation project(':x-pack:qa')
1213
testImplementation project(':client:rest-high-level')
1314
}

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/TransformSurvivesUpgradeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
import org.elasticsearch.client.Response;
1515
import org.elasticsearch.client.RestClient;
1616
import org.elasticsearch.client.RestClientBuilder;
17-
import org.elasticsearch.client.core.IndexerState;
1817
import org.elasticsearch.common.Strings;
1918
import org.elasticsearch.common.settings.Settings;
2019
import org.elasticsearch.common.xcontent.support.XContentMapValues;
2120
import org.elasticsearch.core.Booleans;
2221
import org.elasticsearch.core.TimeValue;
2322
import org.elasticsearch.xcontent.XContentBuilder;
23+
import org.elasticsearch.xpack.core.indexing.IndexerState;
2424

2525
import java.io.IOException;
2626
import java.time.Instant;

0 commit comments

Comments
 (0)