Add support for Elasticsearch version 7.5.*
Upgrade elasticsearch-rest-client to 7.5.0. Upgrade httpcore-nio to 4.4.12 as a consequence. Add V7_5 to the version manager, and use this in all the V7 tests. Use the 7.5.0 image from blacktop in the test container. Change-Id: I9e3e9b586e8e7c2b788f1f2240a175600b7b0b47
This commit is contained in:
@@ -41,7 +41,7 @@ public class ElasticV7QueryAccountsTest extends AbstractQueryAccountsTest {
|
||||
return;
|
||||
}
|
||||
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_4);
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_5);
|
||||
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user