Dear commuity,
We have released MyBatis 3.2.7 as a hotfix to solve the issue #167 that breaks the @One annotation.
See the details at https://github.com/mybatis/mybatis-3/issues?milestone=8&state=closed
It is available as usual in Github and Maven Central.
Thank you very much for your support and enjoy!
Monday, April 7, 2014
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:
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!
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:
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!
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!
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
Subscribe to:
Posts (Atom)