Upgrade Testcontainers to 1.10.2 and use ElasticsearchContainer

Since version 1.10.0 [1] there is an official ElasticsearchContainer.

[1] https://github.com/testcontainers/testcontainers-java/releases/tag/1.10.0

Change-Id: I155f9eb0e0bac41c24469e683417eba52f01a80a
This commit is contained in:
David Pursehouse
2018-12-03 11:56:06 +09:00
parent 8408b78322
commit 3a86708875
14 changed files with 34 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ import org.junit.BeforeClass;
public class ElasticV5QueryGroupsTest extends AbstractQueryGroupsTest {
private static ElasticNodeInfo nodeInfo;
private static ElasticContainer<?> container;
private static ElasticContainer container;
@BeforeClass
public static void startIndexService() {