Skip to content

Commit 772d2fa

Browse files
authored
update guava version requirement as newer methods are used in the projects, e.g. Maps.newLinkedHashMapWithExpectedSize, Preconditions.checkArgument (#3895)
1 parent a10da56 commit 772d2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zh/usage/java-sdk-user-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
## 1.1 环境要求
66

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

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

0 commit comments

Comments
 (0)