MyBatis version
3.5.0
Database vendor and version
Oracle
Test case or example project
Using the following
spring 5.1.8
mybatis: 3.5.0
mybatis-spring - 2.0.1 ,
Context:
a. We were using the mybatis 1.1.1 having no issues using criteriawithListvalue with earlier version of spring 3xx
b. We upgraded to spring 5.xx as part of app remediation.
c. we started getting the spring jdk version with respective mybatis 1.1.1 as it was pointing to spring core 3.xx and now we have 5.xx
d. So upgraded mybatis-spring 2.0.1 and mybatis 3.5.0 , with jdk 8
Then we started getting the ibatis builder exception with list.key as
org.apache.ibatis.ognl.NoSuchPropertyException java.string.String.key.
Please suggest the above stated issue fixed in mybatis 3.5.1 without any other consequences during runtime. ?
Steps to reproduce
Expected result
Actual result