Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  AbstractQueryChangesTest: Add byMessageMixedCase test
  ElasticContainer: replace the deprecated override
  ElasticVersion: remove redundant private modifier
  ElasticIndexVersionManager: remove unneeded type
  Elasticsearch: make package-private usage explicit

Change-Id: I755cf8369136e4aac9703398cc4ddf950611a7e0
This commit is contained in:
David Pursehouse
2018-06-13 08:42:27 +09:00
6 changed files with 18 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ public class ElasticContainer<SELF extends ElasticContainer<SELF>> extends Gener
}
@Override
protected Set<Integer> getLivenessCheckPorts() {
public Set<Integer> getLivenessCheckPortNumbers() {
return ImmutableSet.of(getMappedPort(ELASTICSEARCH_DEFAULT_PORT));
}