Lihuanghe/SMSGate

jdk

Raxukl opened this issue · 1 comments

Raxukl commented

为了支持jdk1.6,是不是不会支持jdk17了?

我在java17上试了下,mvn编译测试要增加以下启动参数:

--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.math=ALL-UNNAMED  
--add-opens java.base/java.util=ALL-UNNAMED  
--add-opens java.base/java.util.concurrent=ALL-UNNAMED  
--add-opens java.base/java.net=ALL-UNNAMED   
--add-opens java.base/java.text=ALL-UNNAMED 
--add-exports java.base/sun.security.x509=ALL-UNNAMED