Skip to content

1.0.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@emacarron emacarron released this 08 Nov 17:58
· 1931 commits to master since this 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<?>>).