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<?>>).