MyBatis 3.5.3 release, Java data persistence framework

MyBatis 3.5.3 released, MyBatis the predecessor of iBatis, is a data persistence layer (ORM) framework. Persistence framework which include SQL Maps and Data Access Objects (DAO).

Version updated as follows:

Enhancements

  • Support for variable substitution in the <sql /> included in the CDATA  # 1615
  • Support default method calls on the 14 + version 8 or later the JDK  # 1626
  • Prevent illegal access time of reflection calls the default mapper Warning  # 1636
  • Ambiguity getter / setter now only throw ReflectionException only when the actual visit  # 1201

Bugs

  • SQL provider may throw an exception when the infinite loop  # 1616
  • If the next element is null, unable iteration the Cursor  # 1653
  • QueryCursor () in the stream mode MySQL Connector / J failed  # 1654

Announcement: https://blog.mybatis.org/2019/10/mybatis-353-released.html

Guess you like

Origin www.oschina.net/news/110713/mybatis-3-5-3-released