Skip to content

Commit 3d005fa

Browse files
committed
Added note about CDI Spec Version support
1 parent ff90652 commit 3d005fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ MyBatis-CDI extension takes care of the lifecycle of MyBatis mappers and SqlSess
1313
CDI beans ready to be used, there is no need to create or destroy them. It also provides local and JTA transaction support based on the
1414
@Transactional annotation.
1515

16+
Important
17+
---------
18+
19+
CDI 1.0 is not supported. This extension requieres minimum CDI 1.1, CDI 1.2 is prefered.
20+
1621
Essentials
1722
----------
1823

0 commit comments

Comments
 (0)