Skip to content

MyBatis Generator Release 1.4.1

Compare
Choose a tag to compare
@jeffgbutler jeffgbutler released this 08 Mar 22:30
· 1000 commits to master since this release

This release is primarily focused on improving the generated code targeting MyBatis Dynamic SQL.

For Java users (targetRuntime = "MyBatis3DynamicSQL") the changes are relatively minor and should be transparent to most users.

For Kotlin users (targetRuntime = "MyBatis3Kotlin") the changes are more impactful and are aligned with updates to the Kotlin DSL in newer versions of MyBatis Dynamic SQL. After upgrading, the generated code will be different than Kotlin code generated with earlier versions of MyBatis Generator. There is information about making changes to accommodate these changes here: https://mybatis.org/generator/whatsNew.html

There are several other relatively minor changes.

For all users, the changes are fully detailed in the documentation here: https://mybatis.org/generator/whatsNew.html and the GitHub milestone here: https://github.com/mybatis/generator/issues?q=milestone%3A1.4.1

The new artifacts are available in Maven central at

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator</artifactId>
    <version>1.4.1</version>
</dependency>

and

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.4.1</version>
</dependency>

You can install the eclipse feature from the eclipse market place here: https://marketplace.eclipse.org/content/mybatis-generator