Skip to content

Commit

Permalink
apt-get jdk适配更新
Browse files Browse the repository at this point in the history
  • Loading branch information
rockyxiashilong authored and junqizhang-dev committed Feb 6, 2020
1 parent f15736f commit cc94f55
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/zh_CN/docs/weId-compatibility-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,22 @@ WARNING: Illegal reflective access by io.netty.util.internal.ReflectionUtil (fil
WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.ReflectionUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

### apt-get Open JDK 各版本的兼容性 (推荐使用)

| apt-get Open JDK版本 | 测试结果 |
| ---------- | ---------- |
| 1.8.0_242 | 安装成功✅ |
| 9.0.4 | 安装成功✅|
| 10.0.2 | 安装成功 ✅|
| 11.0.5 | 安装成功✅|
| 12.0.2 | 安装成功 ✅|
| 13.0.1 | 安装成功 ✅|

部署过程中有告警,告警信息如下:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.netty.util.internal.ReflectionUtil (file:/home/rocky/weid-build-tools/dist/lib/netty-all-4.1.15.Final.jar) to constructor java.nio.DirectByteBuffer(long,int)
WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.ReflectionUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

0 comments on commit cc94f55

Please sign in to comment.