File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,6 @@ on GitHub.
62
62
or maps of configuration parameters.
63
63
* Filters for class name, engine IDs, and tags in the Gradle plugin configuration now need to be
64
64
wrapped in a `filters` extension element (see <<running-tests-build-gradle-filters>>).
65
- * The Surefire provider now supports filtering by tags using one of the following parameters:
66
- - include: `groups`/`includeTags`
67
- - exclude: `excludedGroups`/`excludeTags`
68
- * The Surefire provider is now licensed under the Apache License v2.0.
69
65
70
66
71
67
===== New Features
@@ -113,6 +109,11 @@ on GitHub.
113
109
https://pholser.github.io/jopt-simple/[JOpt Simple]. Thus, it's now possible to test custom
114
110
code that uses a different version of that library.
115
111
* Classpath scanning now supports JAR files.
112
+ * The Surefire provider now supports forking.
113
+ * The Surefire provider now supports filtering by tags using one of the following parameters:
114
+ - include: `groups`/`includeTags`
115
+ - exclude: `excludedGroups`/`excludeTags`
116
+ * The Surefire provider is now licensed under the Apache License v2.0.
116
117
117
118
118
119
[[release-notes-5.0.0-m3-junit-jupiter]]
You can’t perform that action at this time.
0 commit comments