Releases: mybatis/cdi
Releases · mybatis/cdi
MyBatis CDI 1.0.2
- Improved backwards compatibility with CDI 1.0, 1.1, 1.2
- Fixed compatibility with Tomcat based containers (Issue #72: java:comp/env/BeanManager)
mybatis-cdi-1.0.1 GA
mybatis-cdi-1.0.1 GA
groupId: org.mybatis
artifactId: mybatis-cdi
version: 1.0.1
mybatis-cdi-1.0.0
mybatis-cdi-1.0.0 GA
groupId: org.mybatis
artifactId: mybatis-cdi
version: 1.0.0
Mybatis CDI 1.0.0-beta5
In order to make this module more CDI friendly, the @Mapper
interface was moved to the Mapper interfaces itself and a new annotation @SessionFactoryProvider
is now mandatory for SqlSessionFactory producers.
@Mapper
annotation is now mandatory in Mapper Interfaces and forbidden in injection points.@SessionFactoryProvider
is now mandatory in SqlSessionFactory producers.
mybatis-cdi-1.0.0-beta1
[maven-release-plugin] copy for tag mybatis-cdi-1.0.0-beta1