Closed lijiajia3515 closed 1 month ago
jdk8 中提示警告,但是调用正常
WARNING: Illegal reflective access by cn.hutool.core.util.ReflectUtil (file:/Users/lijiajia/.gradle/caches/modules-2/files-2.1/cn.hutool/hutool-core/5.8.11/d3d5deb146e51eef43383202921c7dd4ecc7ff07/hutool-core-5.8.11.jar) to method java.util.regex.Pattern.namedGroups()
WARNING: Please consider reporting this to the maintainers of cn.hutool.core.util.ReflectUtil
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
这个方法调用了Pattern
中的yi一个私有属性,
因此使用了反射。JDK9+做了反射限制,导致失败。
考虑其他方法。
版本情况
JDK版本: corretto-17.0.12 hutool版本: 5.8.32(请确保最新尝试是否还有问题)
问题描述(包括截图)
比如报错的Excel文件,有问题的图片等。