Travis CI is failed on MyBatis 3.5.1-SNAPSHOT
kazuki43zoo opened this issue · 1 comments
kazuki43zoo commented
See https://travis-ci.org/mybatis/thymeleaf-scripting/builds/509212717
This error is related with mybatis/mybatis-3#1391.
It is includes change for creating new instance of LanguageDriver. Since mybatis 3.5.1, an exception will wrapped with InvocationTargetException.
kazuki43zoo commented
Modify assertions to succeed on multiple MyBatis versions.