Skip to content

Releases: mybatis/cdi

Mybatis Cdi 2.1.0

15 Sep 22:13
Compare
Choose a tag to compare
  • supports cdi 4.1.x
  • Requires java 17 or better

Mybatis CDI 2.0.2

19 Apr 23:46
Compare
Choose a tag to compare

User

  • supports mybatis 3.5.16
  • supports cdi 4.0.x
  • library and plugin updates
  • Expected last java 11 based release as cdi moved to java 17 on 4.1.x.

Build

  • Update surefire config
  • Move to maven site 4.0 (site 2.0)
  • Update github actions
  • Update maven config

Mybatis CDI 2.0.1

18 Nov 02:49
Compare
Choose a tag to compare
  • Maintenance release refreshing libraries used but not user impact.

Mybatis CDI 2.0.0

02 Apr 02:31
Compare
Choose a tag to compare
  • First Officially Jakarta EE release
  • Dropped support for all Java EE releases prior to. If using Java EE still, use version 1.1.4.

Mybatis CDI 1.1.4

02 Apr 01:26
Compare
Choose a tag to compare
  • Last expected javax release
  • Supports mybatis 3.5.13

Mybatis Cdi 1.1.3

24 Nov 18:03
Compare
Choose a tag to compare
  • Supports mybatis 3.5.11

Mybatis CDI 1.1.2

01 Apr 01:04
Compare
Choose a tag to compare

Generic and Type Safety updates throughout. Tests performed both with the project at cdi 1.1, 1.2, and 2.0. Additionally ran sample aquillian test provided in #86 (see final attachment to utilize).

If any issues are encountered with generic or type safety changes, please open PR and we can address quickly. Once this is out for a while and considered stable, work for jakarta will begin.

Mybatis CDI 1.1.1

30 Dec 20:21
Compare
Choose a tag to compare

Add @WithAnnotations to MybatisExtension

mybatis-cdi-1.1.0

25 Oct 17:12
Compare
Choose a tag to compare
  • Dropped support for cdi 1.0
  • Compilation targets: JDK 8,9,10,11

v1.0.3

16 Apr 01:49
Compare
Choose a tag to compare

Better BeanManager lookup.