-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.util.RandomAccessSubList and java.lang.String #445
Comments
Can you please write a test to reproduce it? See the wiki for instructions. |
Since version 3.3.0, MyBatis uses OGNL 3.0.x (was 2.6.x). It should work if you change the test expression like this: <if test="groupIds != null and !groupIds.isEmpty"> For future reference, the actual stacktrace should look as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello...
that xml :
that javacode:
List groupIds
using mybatis 3.0.5 is ok!!
but
using mybatis 3.3.0 is error!!
SOS!!
help!
The text was updated successfully, but these errors were encountered: