Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Set version to 2.14.11
  Upgrade elasticsearch-rest-client to 6.3.2
  StalenessChecker: URLDecode project name before checking staleness
  AbstractQueryChangesTest: Add a test with project name that requires URL encoding
  Upgrade Dropwizard Metrics to 4.0.3
  Upgrade JGit to 4.7.2.201807261330-r
  Fix typos in documentation of 'List Files' REST API element

Change-Id: Ie19c82d34971264780d636843ccd76438f23a76e
This commit is contained in:
David Pursehouse
2018-07-30 15:09:28 +02:00
6 changed files with 19 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ public class ElasticContainer<SELF extends ElasticContainer<SELF>> extends Gener
case V6_2:
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4";
case V6_3:
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.1";
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2";
}
throw new IllegalStateException("No tests for version: " + version.name());
}