MyBatis v3.4.1 Release Notes

Release Date: 2016-06-26 // almost 8 years ago
  • 🚀 This release includes four user visible enhancements

    • 👍 Allow referencing parameters by their declared names when compiled with Java 8 -parameters option. #549
    • ➕ Added auto-detection of Year/MonthTypeHandler added in mybatis-typehandlers-jsr310 1.0.1. #646
    • @Select can now return an array of objects. #669
    • 👍 Allow specifying custom reflectorFactory in XML config. #657

    🛠 and six bug fixes.

    • Circularly referenced resultMap was filled with ancestor object even when columnPrefix was specified. #215
    • Select statement with @Param couldn't be used as a nested select statement of association. #649
    • ⚙ RuntimeException was thrown at the startup on IBM WebSphere Application Server 8.5.5.9. #706
    • Couldn't use Cursor as the return type of @Select statements. #661
    • Couldn't use RowBounds as a parameter of select statement whose return type is Cursor. #667
    • NullPointerException was thrown when used with Kylin JDBC driver. #699

    Here is the complete list of changes.