AlbumenJ commented on issue #12901: URL: https://github.com/apache/dubbo/issues/12901#issuecomment-1680466047
java.lang.RuntimeException: java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.lang.Object[] java.util.Arrays$ArrayList.a accessible: module java.base does not "opens java.util" to unnamed module @604ed9f0 JDK 17 限制了模块的访问,请降级到 JDK11 或者添加 add-open 参数才能使用 kryo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
