@@ -18,10 +18,12 @@ This project provides an extension to support testing of Spring and Spring-Boot
18
18
- [ Spring JUnit Jupiter Testing Annotations] ( #spring-junit-jupiter-testing-annotations )
19
19
- [ Spring Boot] ( #spring-boot )
20
20
- [ Supported Spring / Spring Boot Versions] ( #supported-spring--spring-boot-versions )
21
+ - [ jqwik-spring 0.11.0] ( #jqwik-spring-0110 )
21
22
- [ jqwik-spring 0.10.0] ( #jqwik-spring-0100 )
22
23
- [ Shortcomings] ( #shortcomings )
23
24
- [ Nested/Grouped Tests in Old Spring (Boot) Versions] ( #nestedgrouped-tests-in-old-spring-boot-versions )
24
25
- [ Release Notes] ( #release-notes )
26
+ - [ 0.11.0] ( #0110 )
25
27
- [ 0.10.0] ( #0100 )
26
28
- [ 0.9.0] ( #090 )
27
29
- [ 0.8.2] ( #082 )
@@ -215,6 +217,21 @@ testing features, e.g. [test auto-configuration annotations](https://docs.spring
215
217
216
218
## Supported Spring / Spring Boot Versions
217
219
220
+ ### jqwik-spring 0.11.0
221
+
222
+ Supports Java 17 and above.
223
+
224
+ #### Spring Framework
225
+
226
+ - ` 5.2.15-RELEASE `
227
+ - ` 5.3.31 `
228
+
229
+ #### Spring Boot
230
+
231
+ - ` 2.6.15 `
232
+ - ` 2.7.17 `
233
+
234
+
218
235
### jqwik-spring 0.10.0
219
236
220
237
Supports Java 8 and above.
@@ -245,9 +262,19 @@ and cannot be fixed by this library.
245
262
246
263
## Release Notes
247
264
265
+ ### 0.11.0
266
+
267
+ __ First version supporting Spring 3.x.__
268
+
269
+ __ Requires Java 17 or above.__
270
+
271
+ - Tested with Spring 5.3.31, 6.0.14, 6.1.0
272
+ - Tested with Spring Boot 2.6.15, 2.7.17, 3.0.12, 3.1.5
273
+
274
+
248
275
### 0.10.0
249
276
250
- __ Last version supporting Java 8 __
277
+ __ Last version supporting Java 8 - 16. __
251
278
252
279
- Upgrade to jqwik 1.8.2
253
280
- Upgrade to JUnitPlatform 5.10.1
0 commit comments