Skip to content

Commit

Permalink
optimize: remove unsupport config in jdk17 (apache#5951)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan committed Oct 24, 2023
1 parent f99a3dd commit 2d6ae18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
</maven.surefire.argLine>
</properties>
</profile>
Expand Down
3 changes: 2 additions & 1 deletion changes/en-us/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions changes/zh-cn/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 序列化黑白名单
Expand Down

0 comments on commit 2d6ae18

Please sign in to comment.