Tuesday, March 25, 2014

MyBatis-Guice 3.6 Released!

Dear Community,

We are proud to announce the release of MyBatis-Guice 3.6.

Provides some new features:
  • @Transactional annotation can be used on a class to make all methods transactional
  • Allow binding of a custom SqlSessionFactory
  • Allow binding of a custom DatabaseIdProvider
  • Some other minor improvements 

 See the details at https://github.com/mybatis/guice/issues?milestone=3&state=closed

For users of JndiDataSourceProvider, "jndi.dataSource" property is now required. See issue #19.

It is available in Github and Maven Central.

Big thanks for your support and enjoy!

Friday, March 21, 2014

MyBatis 3.2.6 Released!

Dear Community,

We are proud to announce the release of MyBatis 3.2.6.

Provides some new features:
  • Caches nested selects 
  • Lazy loading can be enabled only for specific relations 
  • Supports returning multiple fields in a select key 
  • Some other minor improvements 

See the details at https://github.com/mybatis/mybatis-3/issues?milestone=6&state=closed 

A note for users who implemented their own caches or 3rd party cache adapters. MyBatis no longer calls Cache#getReadWriteLock(). Any locking needed by the cache should be implemented internally by the cache. So in case you coded your own cache make sure it is properly synchronized. See issue #159.

It is available in Github and Maven Central.

Big thanks for your support and enjoy!

MyBatis Hazelcast adapter 1.1.0 released

Dear community,

We have just released the 1.1.0 version of the Hazelcast adapter.

It adds support for Hazelcast 3.x and client mode.

It is available in Github and Maven Central. Enjoy!

MyBatis Memcached adapter 1.0.0 released

Dear community, 

We have just released the 1st GA version of the MyBatis Memcached adapter.

The beta has been around for almost one year and only one issue was reported.

It is available in Github and Maven Central.

Thanks and enjoy!

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!