blog.mybatis.org Open in urlscan Pro
2404:6800:4004:823::2013  Public Scan

Submitted URL: http://mybatis.org/
Effective URL: https://blog.mybatis.org/
Submission: On November 26 via api from JP — Scanned from JP

Form analysis 1 forms found in the DOM

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

PAGES

 * Home
 * Products
 * Contribute
 * Sponsors
 * Press, Articles and Blogs
 * About






SUNDAY, SEPTEMBER 18, 2022


MYBATIS 3.5.11 RELEASED!


Dear Community,

We are pleased to announce the release of MyBatis 3.5.11.
The below is the list of notable changes.

Bug fixes:

 * OGNL could throw IllegalArgumentException when invoking inherited method.
   #2609
 * returnInstanceForEmptyRow is not applied to constructor auto-mapping. #2665

There also are many contributions with doc updates and code improvements! Please
see the 3.5.11 milestone page for the complete list of changes.
There is no known backward incompatible change since 3.5.10.
Binaries are available on the release page and Maven Central.

We thank everyone reported issues, shared ideas and answered questions from
other users! 👏

Sincerely,
The MyBatis Team

Posted by Iwao AVE! at 10:52 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: core, release



MONDAY, MAY 23, 2022


MYBATIS 3.5.10 RELEASED!


Dear Community,

We are pleased to announce the release of MyBatis 3.5.10.
The below is the list of notable changes.

Bug fixes:

 * Unexpected illegal reflective access warning when calling method in `test`
   expression. #2392
 * IllegalAccessException when auto-mapping Records (JEP-359). #2195
 * 'interrupted' status is not set when `PooledConnection#getConnection()` is
   interrupted. #2503

Enhancements:

 * A new option `argNameBasedConstructorAutoMapping` is added. If enabled,
   constructor argument names are used to look up columns when auto-mapping.
   #2192
 * `<idArg />` can now be listed after `<arg />` in `<constructor />`. #2541
 * Added a new property `skipSetAutoCommitOnClose` to `JdbcTransactionFactory`.
   Skipping `setAutoCommit()` call could improve performance with some drivers.
   #2426

There also are many contributions with doc updates and code improvements! Please
see the 3.5.10 milestone page for the complete list of changes.
There is no known backward incompatible change since 3.5.9.
Binaries are available on the release page and Maven Central.

We thank everyone reported issues, shared ideas and answered questions from
other users! 👏

Sincerely,
The MyBatis Team

Posted by Iwao AVE! at 9:39 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: core, release



SATURDAY, DECEMBER 25, 2021


MYBATIS 3.5.9 RELEASED!


Dear Community,

It has only been two weeks, but we decided to release MyBatis 3.5.9.

List of changes:

 * Add nullable to <collection />. If enabled, it skips the iteration when the
   collection is null instead of throwing an exception. To enable this feature
   globally, set nullableOnForEach=true in the config. #1883

We also updated the version of Log4J dependency to 2.17.0.
Note that the scope of Log4J dependency in MyBatis' pom.xml is 'optional' and it
is very important for you to understand what it means.

 * You can use MyBatis without Log4J.
 * Adding MyBatis to your project's dependency does not bring in Log4J
   implicitly.
 * Updating MyBatis version does not make your project safer because it does not
   affect the Log4J version in your project.
 * Regardless of the MyBatis version you are using, you can/have to update Log4J
   version independently.

Please see the 3.5.9 milestone page for the complete list of changes.
There is no known backward incompatible change since 3.5.8.
Binaries are available on the release page and Maven Central.

We thank you for your contribution!

Sincerely,
The MyBatis Team

Posted by Iwao AVE! at 7:38 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: core, release



SUNDAY, DECEMBER 12, 2021


MYBATIS 3.5.8 RELEASED!


Dear Community,

We are pleased to announce the release of MyBatis 3.5.8.
The below is the list of notable changes.

List of changes:

 * Avoid `NullPointerException` when mapping an empty string to
   java.lang.Character. #2368
 * Fixed an incorrect argument when initializing static object. This resolves a
   compatibility issue with quarkus-mybatis. #2284
 * Performance improvements. #2297 #2335 #2340
 * And many doc updates!

Please see the 3.5.8 milestone page for the complete list of changes.
There is no known backward incompatible change since 3.5.7.
Binaries are available on the release page and Maven Central.

We thank everyone reported issues, shared ideas and answered questions from
other users! 👏

Sincerely,
The MyBatis Team

Posted by Iwao AVE! at 6:00 PM 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: core, release



MONDAY, APRIL 26, 2021


MYBATIS 3.5.7 RELEASED!


Dear Community,

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

Bug fixes:

 * Improved performance under JDK 8. #2223


Please see the 3.5.7 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 5:39 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: core, release

Older Posts Home

Subscribe to: Posts (Atom)



MYBATIS FOR JAVA

 * Github Project
 * Java Mailing List




MYBATIS.NET

 * .NET Google Code Project
 * .NET Mailing List




BLOG ARCHIVE

 * ▼  2022 (2)
   * ▼  September (1)
     * MyBatis 3.5.11 released!
   * ►  May (1)

 * ►  2021 (3)
   * ►  December (2)
   * ►  April (1)

 * ►  2020 (4)
   * ►  October (1)
   * ►  August (1)
   * ►  June (1)
   * ►  February (1)

 * ►  2019 (4)
   * ►  October (1)
   * ►  July (1)
   * ►  April (1)
   * ►  January (1)

 * ►  2018 (8)
   * ►  October (1)
   * ►  July (2)
   * ►  April (1)
   * ►  March (4)

 * ►  2017 (13)
   * ►  December (2)
   * ►  September (1)
   * ►  August (3)
   * ►  June (1)
   * ►  May (1)
   * ►  April (3)
   * ►  March (1)
   * ►  January (1)

 * ►  2016 (23)
   * ►  December (2)
   * ►  October (1)
   * ►  September (2)
   * ►  August (3)
   * ►  July (1)
   * ►  June (5)
   * ►  May (1)
   * ►  April (3)
   * ►  March (3)
   * ►  February (2)

 * ►  2015 (6)
   * ►  November (2)
   * ►  July (1)
   * ►  June (1)
   * ►  May (1)
   * ►  March (1)

 * ►  2014 (14)
   * ►  October (1)
   * ►  September (1)
   * ►  April (1)
   * ►  March (5)
   * ►  February (2)
   * ►  January (4)

 * ►  2013 (10)
   * ►  November (1)
   * ►  September (1)
   * ►  June (1)
   * ►  May (2)
   * ►  April (2)
   * ►  March (1)
   * ►  February (2)

 * ►  2012 (11)
   * ►  September (1)
   * ►  August (1)
   * ►  July (2)
   * ►  May (1)
   * ►  April (4)
   * ►  March (2)




CONTRIBUTORS

 * Brandon Goodin
 * Christian Poitras
 * Eduardo Macarron
 * Iwao AVE!
 * Jeff Butler
 * Kazuki Shimizu
 * Larry Meadors
 * Roman Shtykh
 * Simo
 * Unknown
 * Unknown
 * Unknown
 * Unknown
 * Unknown
 * Unknown
 * Unknown
 * elwood




SUBSCRIBE TO

Posts
Atom

Posts

All Comments
Atom

All Comments





TRANSLATE


Powered by 翻訳



HISTORY

 * News Archive (old)




Simple theme. Powered by Blogger.



原文

この翻訳を評価してください
いただいたフィードバックは Google 翻訳の改善に役立てさせていただきます