File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
== Release 0.11.0
5
5
6
- This version introduces a breaking change: the plugin now requires Gradle 8.3+ and Java 17 to run.
6
+ - This version introduces a breaking change: the plugin now requires Gradle 8.3+ and Java 17 to run
7
+ - Refactored JUnit support:
8
+ -- new implementation doesn't require list of classes for build-time initialization (starting from GraalVM for JDK 22)
9
+ -- added support for `@FieldSource` for `@ParameterizedTest` methods
10
+ -- added support for (registering for reflection) interfaces implemented by test classes
11
+ -- added support for `org.junit.rules.ExpectedException`
12
+ -- removed fallback mode that used classpath to generate test plan
7
13
8
14
=== Gradle plugin
9
15
@@ -12,6 +18,7 @@ This version introduces a breaking change: the plugin now requires Gradle 8.3+ a
12
18
=== Maven plugin
13
19
14
20
- Added support for running integration tests via maven-failsafe-plugin
21
+ - Provided scope dependencies are now included
15
22
- Add `runtimeArgs` support to `native-maven-plugin`
16
23
17
24
== Release 0.10.6
You can’t perform that action at this time.
0 commit comments