Skip to content

Drop support 1.3.x and 2.0.x #815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2023
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Supported Versions

- master - Support for Spring 6 and Spring Batch 5
- 2.1.x - Enhance and maintenance for Spring 5 and Spring Batch 4
- 1.3.x - Continued support for Java 6 and 7

Essentials
----------
Expand Down
4 changes: 2 additions & 2 deletions src/site/es/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ MyBatis-Spring requires following versions:
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | 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+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

## Agradecimientos

Expand Down
4 changes: 2 additions & 2 deletions src/site/ja/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ MyBatis-Spring は以下のバージョンを必要とします。
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | 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+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

## 謝辞

Expand Down
4 changes: 2 additions & 2 deletions src/site/ko/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ MyBatis-Spring requires following versions:
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | 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+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

## 감사 인사

Expand Down
12 changes: 6 additions & 6 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ This document does not attempt to provide background information or basic setup

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+ |
| **2.0** | 3.5+ | 5.x | 4.x | Java 8+ |
| **1.3** | 3.4+ | 3.2.2+ | 2.1+ | Java 6+ |
| 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+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

## Acknowledgements

Expand Down
4 changes: 2 additions & 2 deletions src/site/zh/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ MyBatis-Spring 需要以下版本:
|----------------| --- |------------------|--------------| --- |
| **3.0** | 3.5+ | 6.0+ | 5.0+ | 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+ |
| ~~**2.0**~~ | ~~3.5+~~ | ~~5.x~~ | ~~4.x~~ | ~~Java 8+~~ |
| ~~**1.3**~~ | ~~3.4+~~ | ~~3.2.2+~~ | ~~2.1+~~ | ~~Java 6+~~ |

## 致谢

Expand Down