Add support for Elasticsearch version 7.5.*

Upgrade elasticsearch-rest-client to 7.5.0. Upgrade httpcore-nio to
4.4.12 as a consequence.

Add V7_5 to the version manager, and use this in all the V7 tests.

Use the 7.5.0 image from blacktop in the test container.

Change-Id: I9e3e9b586e8e7c2b788f1f2240a175600b7b0b47
This commit is contained in:
Marco Miller
2019-12-02 16:54:55 -05:00
parent 15dceb8bae
commit 93466488dd
10 changed files with 20 additions and 11 deletions

View File

@@ -61,8 +61,8 @@ def declare_nongoogle_deps():
# elasticsearch-rest-client explicitly depends on this version
maven_jar(
name = "httpcore-nio",
artifact = "org.apache.httpcomponents:httpcore-nio:4.4.11",
sha1 = "7d0a97d01d39cff9aa3e6db81f21fddb2435f4e6",
artifact = "org.apache.httpcomponents:httpcore-nio:4.4.12",
sha1 = "84cd29eca842f31db02987cfedea245af020198b",
)
maven_jar(
@@ -94,8 +94,8 @@ def declare_nongoogle_deps():
# and httpasyncclient as necessary.
maven_jar(
name = "elasticsearch-rest-client",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.4.2",
sha1 = "f48725523c0b3402f869214433602f8d3f4c737c",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.5.0",
sha1 = "62535b6fc3a4e943e88e7640eac22e29f03a696d",
)
maven_jar(