Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ MyBatis-Spring adapter is an easy-to-use [Spring Framework](https://github.com/s
Supported Versions
------------------

- master - Support for Spring 6 and Spring Batch 5
- master - Support for Spring 7 and Spring Batch 6
- 3.0.x - Support for Spring 6 and Spring Batch 5
- 2.1.x - Maintenance for Spring 5 and Spring Batch 4

Essentials
Expand Down
5 changes: 3 additions & 2 deletions src/site/es/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ MyBatis-Spring requires following versions:

| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| **4.0** | 3.5+ | 7.0+ | 6.0+ | Java 17+ |
| **3.0** | 3.5+ | 6.x | 5.x | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

Expand Down
5 changes: 3 additions & 2 deletions src/site/ja/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ MyBatis-Spring は以下のバージョンを必要とします。

| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| **4.0** | 3.5+ | 7.0+ | 6.0+ | Java 17+ |
| **3.0** | 3.5+ | 6.x | 5.x | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

Expand Down
5 changes: 3 additions & 2 deletions src/site/ko/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ MyBatis-Spring requires following versions:

| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| **4.0** | 3.5+ | 7.0+ | 6.0+ | Java 17+ |
| **3.0** | 3.5+ | 6.x | 5.x | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

Expand Down
3 changes: 2 additions & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ MyBatis-Spring requires following versions:

| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
|----------------| --- |------------------|--------------|-------------|
| **3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
| **4.0** | 3.5+ | 7.0+ | 6.0+ | Java 17+ |
| **3.0** | 3.5+ | 6.x | 5.x | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |
Expand Down
5 changes: 3 additions & 2 deletions src/site/zh_CN/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ MyBatis-Spring 需要以下版本:

| MyBatis-Spring | MyBatis | Spring Framework | Spring Batch | Java |
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| **4.0** | 3.5+ | 7.0+ | 6.0+ | Java 17+ |
| **3.0** | 3.5+ | 6.x | 5.x | Java 17+ |
| **2.1** | 3.5+ | 5.x | 4.x | Java 8+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

Expand Down