Releases: mybatis/guice
Releases · mybatis/guice
mybatis-guice-3.7
3.7 maintenance release
- Default scripting language can be used.
- Generic type handlers can be used.
- Constructor injection will not work on type handlers due to support for generic type handlers.
- Use field or setter injection instead.
- Injection will work for ObjectFactory and ObjectWrapperFactory when using XML configuration.
mybatis-guice-3.6
[maven-release-plugin] copy for tag mybatis-guice-3.6
mybatis-guice-3.5
[maven-release-plugin] copy for tag mybatis-guice-3.5
mybatis-guice-3.4
3.4 maintenance release
- Alias scanner will now respect the @alias annotation of MyBatis.
- Code cleanup, optimized the imports and some java-doc fixes.
- Updated some internal dependencies.
- log4j 1.2.16 -> 1.2.17
- hsqldb 2.2.4 -> 2.2.9
1.0.0-RC3
1.0.0-RC3 maintenance release
- Started developing the XML prototypal support (undocumented yet).
- Avoid ConfigurationProviderInjectionListener.afterInjection() randomically called twice.
- Added the @org.mybatis.guice.transactional.Transactional.rollbackOnly parameter.
- Added the org.mybatis.guice.MyBatisModule#addSimpleAliases(Collection<Class<?>>).
- Added the org.mybatis.guice.MyBatisModule#addInterceptorsClasses(Collection<Class<? extends Interceptor>>).
- Added the org.mybatis.guice.MyBatisModule#addMapperClasses(Collection<Class<?>>).
1.0.0-RC2
1.0.0-RC1
mybatis-guice-3.3
3.3 maintenance release
- Added resources/JDBC custom ClassLoader support.
- Missing mapUnderscoreToCamelCase property in mybatis-guice. Due to Google Code 422
- Inject dependencies in TypeHandlers defined in the XML
- Made org.mybatis.guice.datasource.c3p0.C3p0DataSourceProvider username/password optional (users can specify them in the JDBC URL).
- Made org.mybatis.guice.datasource.dbcp.BasicDataSourceProvider username/password optional (users can specify them in the JDBC URL).
- Made org.mybatis.guice.datasource.dbcp.DriverAdapterCPDSProvider username/password optional (users can specify them in the JDBC URL).
- Made org.mybatis.guice.datasource.builtin.PooledDataSourceProvider username/password optional (users can specify them in the JDBC URL).
- Made org.mybatis.guice.datasource.builtin.UnpooledDataSourceProvider username/password optional (users can specify them in the JDBC URL).
- Internal code polishing.
mybatis-guice-3.2
3.2 maintenance release
- Remove useless dependencies in the final artifact.
mybatis-guice-3.1
3.1 maintenance release
- Simplified @transactional behavior, deprecated @transactional#autoCommit()