File tree Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Expand file tree Collapse file tree 7 files changed +21
-14
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 105
105
<osgi .import>org.springframework.batch.*;resolution:=optional,*</osgi .import>
106
106
<osgi .dynamicImport>*</osgi .dynamicImport>
107
107
108
- <mybatis .version>3.5.10 </mybatis .version>
108
+ <mybatis .version>3.5.11 </mybatis .version>
109
109
<spring .version>6.0.0-SNAPSHOT</spring .version>
110
110
<spring-batch .version>5.0.0-SNAPSHOT</spring-batch .version>
111
111
<module .name>org.mybatis.spring</module .name>
112
112
113
- <junit .version>5.9.0</junit .version>
114
- <project .build.outputTimestamp>1645112687</project .build.outputTimestamp>
113
+ <junit .version>5.9.1</junit .version>
115
114
115
+ <!-- Reproducible Builds -->
116
+ <project .build.outputTimestamp>1757561022</project .build.outputTimestamp>
116
117
</properties >
117
118
118
119
<dependencies >
218
219
<dependency >
219
220
<groupId >org.slf4j</groupId >
220
221
<artifactId >slf4j-simple</artifactId >
221
- <version >2.0.0 </version >
222
+ <version >2.0.2 </version >
222
223
<scope >test</scope >
223
224
</dependency >
224
225
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