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 33
44== Release 0.11.0
55
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
713
814=== Gradle plugin
915
@@ -12,6 +18,7 @@ This version introduces a breaking change: the plugin now requires Gradle 8.3+ a
1218=== Maven plugin
1319
1420- Added support for running integration tests via maven-failsafe-plugin
21+ - Provided scope dependencies are now included
1522- Add `runtimeArgs` support to `native-maven-plugin`
1623
1724== Release 0.10.6
You can’t perform that action at this time.
0 commit comments