WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ibatis.binding.MapperProxy (file: .m2/repository/org/mybatis/mybatis/3.5.2/mybatis-3.5.2.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int) WARNING: Please consider reporting this to the maintainers of org.apache.ibatis.binding.MapperProxy
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
MyBatis version
3.5.2
Database vendor and version
postgresql 11
Test case or example project
@Mapper public interface SomeMapper
Steps to reproduce
Expected result
Actual result
Comment From: harawata
Hi @bar0n , This looks similar to #1636 . Please try the latest 3.5.3-SNAPSHOT.
Comment From: bar0n
Yes it look similar
Comment From: harawata
3.5.3-SNAPSHOT contains the fix for #1636 , so you can verify if it is the same issue or not by testing your solution with 3.5.3-SNAPSHOT. Please let us know the result.
Comment From: harawata
Assuming that the issue was resolved in 3.5.3.