MyBatis 3.5.4 released!

Monday, February 3, 2020

Dear Community,

We are pleased to announce the release of MyBatis 3.5.4.
The below is the list of user visible changes.

Enhancements:

You can now omit unnecessary `@Results` and `@ConstructorArgs` annotation. #1698

Bugs:

Avoid invoking hashCode() method when setting auto-generated keys. #1719
Possible ResultMapException when using nested select. #1551
Possible incorrect TypeVariable resolution in TypeParameterResolver. #1794
Race condition in TypeHandlerRegistry. #1819

Please see the 3.5.4 milestone page for the complete list of changes.
Binaries are available on the release page and Maven Central.

We also receive many code and documentation improvements.
Thank you very much for your contributions in various forms!

Sincerely,
The MyBatis Team
Posted by Iwao AVE! at 1:47 AM No comments: Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
Labels: core, release
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

你可能感兴趣的:(mybatis)