You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invoke a default Mapper-Method that invokes other Mapper-Method(s) as mentioned at stackoverflow
Produces
WARNING: Illegal reflective access by org.apache.ibatis.binding.MapperProxy (file:/.../WEB-INF/lib/mybatis-3.5.2.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
at org.apache.ibatis.binding.MapperProxy.invokeDefaultMethod(MapperProxy.java:69)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:51)
at com.sun.proxy.$Proxy60.save(Unknown Source)
...
Additional information
i'm not sure if this is already addressed by #1626
The text was updated successfully, but these errors were encountered:
harawata
changed the title
Illegal reflective access by org.apache.ibatis.binding.MapperProxy
Illegal reflective access when invoking default mapper method
Aug 22, 2019
JDK-Version
BUILD_TYPE="commercial"
IMPLEMENTOR="Oracle Corporation"
JAVA_VERSION="12"
JAVA_VERSION_DATE="2019-03-19"
MyBatis version
3.5.2
Database vendor and version
MariaDB 10.4.7
Steps to reproduce
invoke a default Mapper-Method that invokes other Mapper-Method(s) as mentioned at stackoverflow
Produces
WARNING: Illegal reflective access by org.apache.ibatis.binding.MapperProxy (file:/.../WEB-INF/lib/mybatis-3.5.2.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
at org.apache.ibatis.binding.MapperProxy.invokeDefaultMethod(MapperProxy.java:69)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:51)
at com.sun.proxy.$Proxy60.save(Unknown Source)
...
Additional information
i'm not sure if this is already addressed by #1626
The text was updated successfully, but these errors were encountered: