Merge branch 'stable-3.0'

* stable-3.0:
  ElasticV7QueryProjectsTest: Use V7_4
  Add support for Elasticsearch version 7.4.*

Change-Id: Ie9745efc751d5e073003ce9393e847ca97433a41
This commit is contained in:
David Pursehouse
2019-10-08 10:29:33 +09:00
10 changed files with 18 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ public class ElasticV7QueryAccountsTest extends AbstractQueryAccountsTest {
return;
}
container = ElasticContainer.createAndStart(ElasticVersion.V7_3);
container = ElasticContainer.createAndStart(ElasticVersion.V7_4);
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
}