Sunday, January 19, 2014

Friday, January 17, 2014

MyBatis 3.2.4 Released!

Dear Community,

We would like to announce the release of MyBatis 3.2.4.

Provides some minor bug fixes and enhacements. See the details at https://github.com/mybatis/mybatis-3/issues?milestone=4&page=1&state=closed

An special remark about issue #98. In order to improve performance, some statement parsing logic has been moved to the startup process when no dynamic blocks are detected. For that purpose the value of the "parameterType" attribute is used if present (though it is still optional). This value was ignored before so in case you had a wrong value for it you will have to change it.

It is available in Github and Maven Central.

Sincerely,
The MyBatis Team.

Sunday, November 10, 2013

Bye Google Code, welcome Github

Google Code has been the home of MyBatis since 2010.

During these almost four years Google Code has proved to be a magnificent site and a clear representative of the "Google style": simple and efficient. We cannot say anything but thank you!

MyBatis 3 is a mature and stable project. Between version 3.0.1 and 3.2.3 there are over 150 bugs fixed and over 100 new features. In this phase of the project we believe we should focus much more on facilitating the contributions of the community because you are the one who can best identify real world problems and needs and code to solve them.

The internal design of MyBatis is simple (though undocumented) and we have a coverage of 81% and 1145 unit tests. It is an ideal place to foster collaboration which was one of the objectives of MyBatis 3 since the very beginning. We now feel that we need a more colaborative environment that simplifies the contribution process.

And Github is perfect for that.

So, during 2013 we have been lazily moving projects to Github. Yesterday we did the last change: moving all the binary downloads to Github "Releases". There is nothing left in our former home.

The dynamism of MyBatis is indisputable: It was born in Sourceforge and has gone through Apache and Google Code to end up at Github. ;)

See you at Github!

Sincerely,

The MyBatis team

Monday, September 30, 2013

New round of releases

Dear Community,

We are proud to announce that we have released new versions for most of the main projects:

- MyBatis 3.2.3
- MyBatis-Spring 1.2.1
- MyBatis-Guice 3.5
- MyBatis-Velocity 1.1
- Migrations 3.1.1
- Migrations Maven Plugin 1.1.0

All are mostly bug fix releases with some minor improvements. The details for each release are available in Github. Go to issues and select the corresponding milestone.

All artifacts are available as usual in maven central repository as a jar or a bundle.

Sincerely,
The MyBatis Team.

Thursday, June 27, 2013

Packpub publishes "Java Persistence with MyBatis 3"

PacktPub has just published a new short book about MyBatis 3 convering also the integration with Spring.
Java Persistence with MyBatis 3 is a practical, hands-on guide that provides you with a number of clear step-by-step exercises, which will help you to understand how MyBatis works and how to use it for your real application needs. With MyBatis, you will learn how to use the MyBatis framework effectively through simple instructions.