commit | 815c5c314f55805200b16704421a4f07cde56682 | [log] [tgz] |
---|---|---|
author | Marco Miller <marco.miller@ericsson.com> | Thu Apr 11 17:19:04 2019 -0400 |
committer | Marco Miller <marco.miller@ericsson.com> | Fri Apr 12 14:09:00 2019 -0400 |
tree | a2317f3ee4fbb3a5bc5200e404062b4d5b350fea | |
parent | e518339698f2d6d82be1d452549a3f8b67a3fb5b [diff] |
Elasticsearch: Update elasticsearch-rest-client to 7.0.0 Hence update httpasyncclient to 4.1.4 and httpcore-nio to 4.4.11. Also, update the ElasticContainer test version for V7_0 to 7.0.0. This is the outstanding breaking change part from [1] or the 7.0 release notes: "Indices created in Elasticsearch 5.x or before will need to be reindexed with Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.". So this is being added to the Elasticsearch compatibility home page through a companion change. [1] https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html Change-Id: I1cd6048069fdcd0ac28b253b26451d0ad14db5da
diff --git a/gerrit-elasticsearch/src/test/java/com/google/gerrit/elasticsearch/ElasticContainer.java b/gerrit-elasticsearch/src/test/java/com/google/gerrit/elasticsearch/ElasticContainer.java index e67c598..325fdd5 100644 --- a/gerrit-elasticsearch/src/test/java/com/google/gerrit/elasticsearch/ElasticContainer.java +++ b/gerrit-elasticsearch/src/test/java/com/google/gerrit/elasticsearch/ElasticContainer.java
@@ -51,7 +51,7 @@ case V6_7: return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.1"; case V7_0: - return "docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc2"; + return "docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0"; } throw new IllegalStateException("No tests for version: " + version.name()); }