MyBatis Generator Release 1.4.0
jeffgbutler
released this
24 Nov 22:39
·
1385 commits
to master
since this release
This is a major release of the generator. Important themes include:
- Kotlin! New runtime for generating Kotlin code
- Updated runtime for MyBatis Dynamic SQL
- Removal of support for iBatis2
- Update to Java 8
There are many other enhancements and fixes. Please read the release notes here for details: http://mybatis.org/generator/whatsNew.html
You can also see a list of other bug fixes and enhancements here: https://github.com/mybatis/generator/issues?q=milestone%3A1.4.0
The new artifacts are available in Maven central at
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.0</version>
</dependency>
and
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.4.0</version>
</dependency>
You can install the eclipse feature from the eclipse market place here: https://marketplace.eclipse.org/content/mybatis-generator