Skip to content

Commit

Permalink
update guava version requirement as newer methods are used in the pro…
Browse files Browse the repository at this point in the history
…jects, e.g. Maps.newLinkedHashMapWithExpectedSize, Preconditions.checkArgument (#3895)
  • Loading branch information
nobodyiam authored Aug 16, 2021
1 parent a10da56 commit 772d2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/usage/java-sdk-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## 1.1 环境要求

* Java: 1.7+
* Guava: 15.0+
* Apollo客户端默认会引用Guava 19,如果你的项目引用了其它版本,请确保版本号大于等于15.0
* Guava: 20.0+
* Apollo客户端默认会引用Guava 29,如果你的项目引用了其它版本,请确保版本号大于等于20.0

>注:对于Apollo客户端,如果有需要的话,可以做少量代码修改来降级到Java 1.6,详细信息可以参考[Issue 483](https://github.com/ctripcorp/apollo/issues/483)
Expand Down

0 comments on commit 772d2fa

Please sign in to comment.