Bug report: In 3.5.17 a change was made to DateOnlyTypeHandler.java that effected the return type of multiple functions. https://github.com/mybatis/mybatis-3/pull/3247/files#diff-3100284b93f6e47f7e09229bac897dc14edbb2e162002f24e804113f49d8b6a6L47 Previously a java.util.Date object was returned from the "getNullableResult" functions. After the change now java.sql.Date objects are returned. <!-- BUG REPORT FORM --> ## MyBatis version 3.5.17 ## Database vendor and version ## Test case or example project ## Steps to reproduce ## Expected result ## Actual result