File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ MyBatis-Spring adapter is an easy-to-use Spring bridge for MyBatis sql mapping f
14
14
Supported Versions
15
15
------------------
16
16
17
- - master (2.1.x) - Support Spring 6(keep backward compatibility for Spring 5)
17
+ - 3.x - Support for Spring 6 and Spring Batch 5 (** not release yet** )
18
+ - master (2.1.x) - Enhance and maintenance for Spring 5 and Spring Batch 4 (** not release yet** )
18
19
- 2.0.x - Support for Java 8, Spring 5, and Junit 5 plus other java 8 requirements
19
20
- 1.3.x - Continued support for Java 6 and 7
20
21
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ MyBatis-Spring requires following versions:
22
22
23
23
| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
24
24
| ----------------| --- | ------------------| --------------| --- |
25
- | ** 2.1** | 3.5+ | 5.0+ | 4.0+ | Java 8+ |
25
+ | ** 3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
26
+ | ** 2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
26
27
| ** 2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
27
28
| ** 1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
28
29
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ MyBatis-Spring は以下のバージョンを必要とします。
17
17
18
18
| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
19
19
| ----------------| --- | ------------------| --------------| --- |
20
- | ** 2.1** | 3.5+ | 5.0+ | 4.0+ | Java 8+ |
20
+ | ** 3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
21
+ | ** 2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
21
22
| ** 2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
22
23
| ** 1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
23
24
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ MyBatis-Spring requires following versions:
20
20
21
21
| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
22
22
| ----------------| --- | ------------------| --------------| --- |
23
- | ** 2.1** | 3.5+ | 5.0+ | 4.0+ | Java 8+ |
23
+ | ** 3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
24
+ | ** 2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
24
25
| ** 2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
25
26
| ** 1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
26
27
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ This document does not attempt to provide background information or basic setup
19
19
20
20
MyBatis-Spring requires following versions:
21
21
22
- | MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
23
- | ----------------| --- | ------------------| --------------| --- |
24
- | ** 2.1** | 3.5+ | 5.0+ | 4.0+ | Java 8+ |
25
- | ** 2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
26
- | ** 1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
22
+ | MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
23
+ | ----------------| --- | ------------------| --------------| ----------|
24
+ | ** 3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
25
+ | ** 2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
26
+ | ** 2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
27
+ | ** 1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
27
28
28
29
## Acknowledgements
29
30
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ MyBatis-Spring 需要以下版本:
19
19
20
20
| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
21
21
| ----------------| --- | ------------------| --------------| --- |
22
- | ** 2.1** | 3.5+ | 5.0+ | 4.0+ | Java 8+ |
22
+ | ** 3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
23
+ | ** 2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
23
24
| ** 2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
24
25
| ** 1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
25
26
You can’t perform that action at this time.
0 commit comments