Tuesday, March 18, 2014

migrations-maven-plugin 1.1.2

We have released migrations-maven-plugin 1.1.2.
This minor update fixes a bug reported soon after the last release.

Enjoy!

Saturday, February 15, 2014

MyBatis 3.2.5 Released!

Dear Community,

We have just released MyBatis 3.2.5.

Provides 7 bug fixes, 4 of them are regressions coming from 3.2.3 and 3.2.4. See the details at https://github.com/mybatis/mybatis-3/issues?milestone=5&state=closed

It is available in Github and Maven Central.

Sincerely,
The MyBatis Team.

Thursday, February 6, 2014

New Eclipse plugin for MyBatis : MyBatipse

In this first release, auto-completion and validation are the two main features.
The auto-completion works in various places.


And the validation detects simple mistakes before launching the application.


You can install it from the Eclipse Marketplace.


Please see the README for more details.

Enjoy :-)

Saturday, January 25, 2014

Migrations 3.2.0 Released!

Adds support for runtime schema upgrade (a.k.a. in-app migration).

If you distributed your application in binary form (e.g. WAR or JAR) and want to make some changes to the database schema after the initial release, that's where the Runtime Schema Upgrade helps.

Download: https://github.com/mybatis/migrations/releases

See the changes:
https://github.com/mybatis/migrations/issues?milestone=1&page=1&state=closed

Not familiar with MyBatis Migrations?

MyBatis Migrations is a Java command line tool that keeps track of database schema changes managing DDL files (known as migrations). Allows to query the current status of the database, apply schema changes and also undo them. It also helps to detect and solve concurrent database schema changes made by different developers.

Better watch the video!



Sunday, January 19, 2014

MyBatis CDI Extension 1.0-beta1 Released

The MyBatis Team is pleased to announce the first release of the mybatis-cdi extension.

It is pretty easy and just works! Look at the documentation: http://mybatis.github.io/cdi/getting-started.html