File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2424< dependency>
2525 < groupId> cn. jpush. api< / groupId>
2626 < artifactId> jpush- client< / artifactId>
27- < version> 3.3 . 6 < / version>
27+ < version> 3.3 . 7 < / version>
2828< / dependency>
2929```
3030### jar 包方式
@@ -392,7 +392,7 @@ Weblogic在使用jpush-api-java-client时需要注意的一些事项。
392392+ 执行 keytool -list -keystore mykey.jks 命令列出信任库里的所有公钥,观察对应证书的指纹
393393+ 检查官网证书,观察对应证书的指纹
394394+ 比较两个指纹是否一致,如下图所示
395- ![ jpush_weblogic] ( https://github. com/jpush/jpush-docs/blob/renew/ zh/JPush/docs /server/3rd/image/weblogic.png )
395+ ![ jpush_weblogic] ( https://raw.githubusercontent. com/jpush/jpush-docs/master/ zh/jpush /server/3rd/image/weblogic.png )
396396
397397#### 异常记录
398398** 证书错误异常**
@@ -652,3 +652,5 @@ Caused by: javax.net.ssl.SSLKeyException: Hostname verification failed: Hostname
652652 at cn.jpush.api.common.connection.NativeHttpClient._doRequest(NativeHttpClient.java:153)
653653 ... 21 more
654654```
655+
656+
Original file line number Diff line number Diff line change 33
44 <groupId >cn.jpush.api</groupId >
55 <artifactId >jpush-client</artifactId >
6- <version >3.3.7 -SNAPSHOT</version >
6+ <version >3.3.8 -SNAPSHOT</version >
77 <packaging >jar</packaging >
88 <url >https://github.com/jpush/jpush-api-java-client</url >
99 <name >JPush API Java Client</name >
2020 <properties >
2121 <github .global.server>github</github .global.server>
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23- <jdkVersion >1.6 </jdkVersion >
24- <jdkVersion .test>1.6 </jdkVersion .test>
23+ <jdkVersion >1.7 </jdkVersion >
24+ <jdkVersion .test>1.7 </jdkVersion .test>
2525 <!-- <additionalparam>-Xdoclint:none</additionalparam>-->
2626 </properties >
2727
You can’t perform that action at this time.
0 commit comments