Releases: mybatis/cdi
Releases · mybatis/cdi
Mybatis Cdi 2.1.0
- supports cdi 4.1.x
- Requires java 17 or better
Mybatis CDI 2.0.2
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
- Maintenance release refreshing libraries used but not user impact.
Mybatis CDI 2.0.0
- 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
- Last expected javax release
- Supports mybatis 3.5.13
Mybatis Cdi 1.1.3
- Supports mybatis 3.5.11
Mybatis CDI 1.1.2
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
Add @WithAnnotations to MybatisExtension
mybatis-cdi-1.1.0
- Dropped support for cdi 1.0
- Compilation targets: JDK 8,9,10,11
v1.0.3
Better BeanManager lookup.