Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Documentation: Fix word typo in Eclipse Setup page
  Update elasticsearch-rest-client to 7.4.2
  GetAccess: Access MetaDataUpdate.Factory via Provider
  ElasticContainer: Use 6.8.4 image for V6_8 tests
  SetParent: Access MetaDataUpdate.Factory via Provider
  PutDescription: Access MetaDataUpdate.Factory via Provider

Change-Id: I58cf2bfc1e5841c015772b9131b72d0dc2574dd2
This commit is contained in:
Marco Miller
2019-11-01 16:52:24 -04:00
6 changed files with 16 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ Java 9 and later are supported, but some adjustments must be done, because
Java 8 is still the default:
* Add JRE, e.g.: directory: /usr/lib64/jvm/java-9-openjdk, name: java-9-openjdk-9
* Change execution environemnt for gerrit project to: JavaSE-9 (java-9-openjdk-9)
* Change execution environment for gerrit project to: JavaSE-9 (java-9-openjdk-9)
* Check that compiler compliance level in gerrit project is set to: 9
[[Formatting]]