Skip to content

Releases: mybatis/guice

mybatis-guice-3.7

19 Jan 17:07
Compare
Choose a tag to compare

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

22 Mar 16:51
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag mybatis-guice-3.6

mybatis-guice-3.5

08 Nov 17:42
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag mybatis-guice-3.5

mybatis-guice-3.4

08 Nov 17:49
Compare
Choose a tag to compare

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

08 Nov 17:58
Compare
Choose a tag to compare
1.0.0-RC3 Pre-release
Pre-release

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

08 Nov 17:57
Compare
Choose a tag to compare
1.0.0-RC2 Pre-release
Pre-release

1.0.0-RC2 maintenance release

  • ErrorContext leaks in ThreadLocal fixes Google Code 104
  • Added the JdbcHelper to simplify the JDBC Drivers configuration.

1.0.0-RC1

08 Nov 17:58
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

1.0.0-RC1 maintenance release

  • Imported and moved the original iBaGuice codebase.

mybatis-guice-3.3

08 Nov 17:55
Compare
Choose a tag to compare

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

08 Nov 17:55
Compare
Choose a tag to compare

3.2 maintenance release

  • Remove useless dependencies in the final artifact.

mybatis-guice-3.1

08 Nov 17:50
Compare
Choose a tag to compare

3.1 maintenance release