Skip to content

Releases: mybatis/cdi

MyBatis CDI 1.0.2

18 Oct 17:10
Compare
Choose a tag to compare
  • 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

03 Oct 01:58
Compare
Choose a tag to compare

mybatis-cdi-1.0.1 GA
groupId: org.mybatis
artifactId: mybatis-cdi
version: 1.0.1

mybatis-cdi-1.0.0

19 Mar 16:56
Compare
Choose a tag to compare

mybatis-cdi-1.0.0 GA
groupId: org.mybatis
artifactId: mybatis-cdi
version: 1.0.0

Mybatis CDI 1.0.0-beta5

21 Nov 22:38
Compare
Choose a tag to compare

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

18 Jan 23:16
Compare
Choose a tag to compare
Pre-release
[maven-release-plugin]  copy for tag mybatis-cdi-1.0.0-beta1