From 2d6ae1875cf47e70dc0c149e800d87c0e1cd2629 Mon Sep 17 00:00:00 2001 From: Lei Zhiyuan Date: Tue, 24 Oct 2023 15:50:33 +0800 Subject: [PATCH] optimize: remove unsupport config in jdk17 (#5951) --- build/pom.xml | 3 --- changes/en-us/2.0.0.md | 3 ++- changes/zh-cn/2.0.0.md | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index db8caeb3c56..32401ff7795 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -402,9 +402,6 @@ --add-opens java.sql/java.sql=ALL-UNNAMED --add-opens java.sql.rowset/javax.sql.rowset.serial=ALL-UNNAMED - - --illegal-access=permit - -Dillegal-access=permit diff --git a/changes/en-us/2.0.0.md b/changes/en-us/2.0.0.md index 8c5914483e9..6fbb1acfd72 100644 --- a/changes/en-us/2.0.0.md +++ b/changes/en-us/2.0.0.md @@ -136,7 +136,8 @@ The version is updated as follows: - [[#5878](https://github.com/seata/seata/pull/5878)] optimize `httpcore` and `httpclient` dependencies - [[#5917](https://github.com/seata/seata/pull/5917)] upgrade native-lib-loader version - [[#5926](https://github.com/seata/seata/pull/5926)] optimize some scripts related to Apollo -- [[#5938](https://github.com/seata/seata/pull/5938)] support jmx port in seata +- [[#5938](https://github.com/seata/seata/pull/5938)] support jmx port in seata +- [[#5951](https://github.com/seata/seata/pull/5951)] remove un support config in jdk17 ### security: - [[#5642](https://github.com/seata/seata/pull/5642)] add Hessian Serializer WhiteDenyList diff --git a/changes/zh-cn/2.0.0.md b/changes/zh-cn/2.0.0.md index f7a9d189bd7..a70d943c18f 100644 --- a/changes/zh-cn/2.0.0.md +++ b/changes/zh-cn/2.0.0.md @@ -137,6 +137,8 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#5917](https://github.com/seata/seata/pull/5917)] 升级 native-lib-loader 版本 - [[#5926](https://github.com/seata/seata/pull/5926)] 优化一些与 Apollo 相关的脚本 - [[#5938](https://github.com/seata/seata/pull/5938)] 支持 jmx 监控配置 +- [[#5951](https://github.com/seata/seata/pull/5951)] 删除在 jdk17 中不支持的配置项 + ### security: - [[#5642](https://github.com/seata/seata/pull/5642)] 增加Hessian 序列化黑白名单