Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Add support for Elasticsearch version 7.4.* Change-Id: Ic9bc8e16fc40e03e115c4a649fc3b4026ce1069a
This commit is contained in:
		@@ -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());
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user