Showing posts with label guice. Show all posts
Showing posts with label guice. Show all posts

Tuesday, July 28, 2015

MyBatis-Guice 3.7 Released!

Dear Community,

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

Provides some new features:
  • @Transactional annotation support JTA transactions through MyBatisJtaModule
  • Some other minor improvements 
 See the details at https://github.com/mybatis/guice/issues?q=milestone%3A3.7+is%3Aclosed

It is available in Github and Maven Central.

Big thanks for your support and enjoy!

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!

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.

Wednesday, April 11, 2012

MyBatis-Guice 3.3 Released!


The MyBatis team is pleased to announce the mybatis-guice-3.3 release!

Changes in this version include:

New features:
o Added resources/JDBC custom ClassLoader support.
o Inject dependencies in TypeHandlers defined in the XML

Fixed Bugs:
o Missing mapUnderscoreToCamelCase property in mybatis-guice. [Issue 422].

Changes:
o Made org.mybatis.guice.datasource.c3p0.C3p0DataSourceProvider
username/password optional
       (users can specify them in the JDBC URL).
o Made org.mybatis.guice.datasource.dbcp.BasicDataSourceProvider
username/password optional
       (users can specify them in the JDBC URL).
o Made org.mybatis.guice.datasource.dbcp.DriverAdapterCPDSProvider
username/password optional
       (users can specify them in the JDBC URL).
o Made org.mybatis.guice.datasource.builtin.PooledDataSourceProvider
username/password optional
       (users can specify them in the JDBC URL).
o Made org.mybatis.guice.datasource.builtin.UnpooledDataSourceProvider
username/password optional
       (users can specify them in the JDBC URL).
o Internal code polishing.


Have fun!
-Simo, on behalf of MyBatis team