MyBatis-Guice 3.3 Released!

11 Apr 2012


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