@(工作笔记)
Mybatis-record
[TOC]
WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector (file:/Users/stone/.m2/repository/org/mybatis/mybatis/3.4.5/mybatis-3.4.5.jar) to method java.lang.Class.checkPackageAccess(java.lang.SecurityManager,java.lang.ClassLoader,boolean) WARNING: Please consider reporting this to the maintainers of org.apache.ibatis.reflection.Reflector 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
问题解决:
Illegal reflective access by org.apache.ibatis.reflection.Reflector 请问这个警告得到解决了吗? 答案:以及解决,版本换成MyBatis的3.5.3就可以了。 具体参见:https://github.com/mybatis/mybatis-3/issues/11567
https://github.com/mybatis/mybatis-3/issues/1156
Thanks for your reporting! We'll plan support JDK 9 officially since next minor version up(3.5).