Skip to content

Commit 16b09b6

Browse files
committed
Update support versions on 2.3.x
1 parent e9e175e commit 16b09b6

File tree

5 files changed

+18
-22
lines changed

5 files changed

+18
-22
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ MyBatis Spring-Boot-Starter will help you to use MyBatis with Spring Boot
1212

1313
## Requirements
1414

15-
* 3.x : MyBatis 3.5+, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0 **not release yet**
16-
* master(2.3.x) : MyBatis 3.5+, MyBatis-Spring 2.1, Java 8+ and Spring Boot 2.5-2.7 **not release yet**
17-
* 2.2.x : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.6+ recommended), Java 8+ and Spring Boot 2.5-2.7
18-
* 2.1.x : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.6+ recommended), Java 8+ and Spring Boot ~~2.1-2.4~~ 2.4
19-
* ~~2.0.x : (EOL) MyBatis 3.5+, MyBatis-Spring 2.0+, Java 8+ and Spring Boot 2.0/2.1.~~
20-
* ~~1.3.x : (EOL) MyBatis 3.4+, MyBatis-Spring 1.3+, Java 6+ and Spring Boot 1.5~~
15+
* 3.x : MyBatis 3.5+, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0-3.1(Not release yet)
16+
* master(2.3.x) : MyBatis 3.5+, MyBatis-Spring 2.1, Java 8+ and Spring Boot 2.5-2.7
2117

2218
## Compatibility Check
2319

24-
* Compatibility with Spring Boot 2.4 - 3.0 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)
20+
* Compatibility with Spring Boot 2.5 - 3.1 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)
2521

2622
## Essentials
2723

@@ -32,13 +28,13 @@ MyBatis Spring-Boot-Starter will help you to use MyBatis with Spring Boot
3228

3329
### Snapshot documentations
3430

35-
* [See the docs](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md)
36-
* [See the docs for testing](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md)
31+
* [See the docs](https://github.com/mybatis/spring-boot-starter/blob/2.3.x/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md)
32+
* [See the docs for testing](https://github.com/mybatis/spring-boot-starter/blob/2.3.x/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md)
3733

3834
Translations:
3935

40-
* [See the docs(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md)
41-
* [See the docs for testing(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/zh/markdown/index.md)
36+
* [See the docs(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/2.3.x/mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md)
37+
* [See the docs for testing(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/2.3.x/mybatis-spring-boot-test-autoconfigure/src/site/zh/markdown/index.md)
4238

4339

4440
## Quick Start

mybatis-spring-boot-autoconfigure/src/site/markdown/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The MyBatis-Spring-Boot-Starter requires following versions:
2525

2626
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
2727
|-----------------------------|-------------------------------------------|----------------|-----------------|
28-
| **3.0** | 3.0 | 3.0 | 17 or higher |
28+
| **3.0** | 3.0 | 3.0 - 3.1 | 17 or higher |
2929
| **2.3** | 2.1 | 2.5 - 2.7 | 8 or higher |
30-
| **2.2** | 2.0 (need 2.0.6+ for enable all features) | 2.5 - 2.7 | 8 or higher |
31-
| **2.1** | 2.0 (need 2.0.6+ for enable all features) | 2.1 - 2.4 | 8 or higher |
30+
| **~~2.2 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
31+
| **~~2.1 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
3232
| **~~2.0 (EOL)~~** | ~~2.0~~ | ~~2.0 or 2.1~~ | ~~8 or higher~~ |
3333
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 or higher~~ |
3434
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 or higher~~ |

mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ MyBatis-Spring-Boot-Starter 要求以下版本:
2525

2626
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
2727
|-----------------------------|----------------------|---------------|-----------|
28-
| **3.0** | 3.0 | 3.0 | 17 或更高 |
28+
| **3.0** | 3.0 | 3.0 - 3.1 | 17 或更高 |
2929
| **2.3** | 2.1 | 2.5 - 2.7 | 8 或更高 |
30-
| **2.2** | 2.0(2.0.6 以上可开启所有特性) | 2.5 - 2.7 | 8 或更高 |
31-
| **2.1** | 2.0(2.0.6 以上可开启所有特性) | 2.1 - 2.4 | 8 或更高 |
30+
| **~~2.2 (EOL)~~** | ~~2.0(2.0.6 以上可开启所有特性)~~ | ~~2.5 - 2.7~~ | ~~8 或更高~~ |
31+
| **~~2.1 (EOL)~~** | ~~2.0(2.0.6 以上可开启所有特性)~~ | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
3232
| **~~2.0 (EOL)~~** | ~~2.0~~ | ~~2.0 或 2.1~~ | ~~8 或更高~~ |
3333
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 或更高~~ |
3434
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 或更高~~ |

mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The MyBatis-Spring-Boot-Starter-Test requires following versions:
2424

2525
| MyBatis-Spring-Boot-Starter-Test | Spring Boot | Java |
2626
|----------------------------------|----------------|-----------------|
27-
| **3.0** | 3.0 | 17 or higher |
27+
| **3.0** | 3.0 - 3.1 | 17 or higher |
2828
| **2.3** | 2.5 - 2.7 | 8 or higher |
29-
| **2.2** | 2.5 - 2.7 | 8 or higher |
30-
| **2.1** | 2.1 - 2.4 | 8 or higher |
29+
| **~~2.2 (EOL)~~** | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
30+
| **~~2.1 (EOL)~~** | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
3131
| **~~2.0 (EOL)~~** | ~~2.0 or 2.1~~ | ~~8 or higher~~ |
3232
| **~~1.3 (EOL)~~** | ~~1.5~~ | ~~6 or higher~~ |
3333
| **~~1.2 (EOL)~~** | ~~1.4~~ | ~~6 or higher~~ |

mybatis-spring-boot-test-autoconfigure/src/site/zh/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ TheMyBatis-Spring-Boot-Starter-Test 要求以下版本:
2424
|----------------------------------|---------------|-----------|
2525
| **3.0** | 3.0 | 17 或更高 |
2626
| **2.3** | 2.5 - 2.7 | 8 或更高 |
27-
| **2.2** | 2.5 - 2.7 | 8 或更高 |
28-
| **2.1** | 2.1 - 2.4 | 8 或更高 |
27+
| **~~2.2 (EOL)~~** | ~~2.5 - 2.7~~ | ~~8 或更高~~ |
28+
| **~~2.1 (EOL)~~** | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
2929
| **~~2.0 (EOL)~~** | ~~2.0 或 2.1~~ | ~~8 或更高~~ |
3030
| **~~1.3 (EOL)~~** | ~~1.5~~ | ~~6 或更高~~ |
3131
| **~~1.2 (EOL)~~** | ~~1.4~~ | ~~6 或更高~~ |

0 commit comments

Comments
 (0)