55
66*Scope:*
77
8- * Repeatable `@..Source` annotations
8+ * Repeatable `@..Source` annotations for parameterized tests
99* Extensible syntax for specifying discovery selectors
1010* Console Launcher `--version` option
1111* Improvements to `NamespacedHierarchicalStore`
@@ -32,7 +32,9 @@ repository on GitHub.
3232[[release-notes-5.11.0-M2-junit-platform-bug-fixes]]
3333==== Bug Fixes
3434
35- * Fixed a bug where `TestIdentifier` could cause a `NullPointerException` on deserialize when there is no parent identifier. See link:https://github.com/junit-team/junit5/issues/3819[issue 3819].
35+ * Attempting to deserialize a `TestIdentifier` no longer causes a `NullPointerException`
36+ when there is no parent identifier. See
37+ link:https://github.com/junit-team/junit5/issues/3819[issue 3819].
3638
3739[[release-notes-5.11.0-M2-junit-platform-new-features-and-improvements]]
3840==== New Features and Improvements
@@ -50,11 +52,12 @@ repository on GitHub.
5052 `foo.Bar` class.
5153 - Similarly, the JUnit Platform Suite engine provides a new `@Select("<identifier>)`
5254 annotation.
55+ * The Console Launcher now provides a `--version` option.
5356* `NamespacedHierarchicalStore` now throws an `IllegalStateException` for any attempt to
5457 modify or query the store after it has been closed. In addition, an attempt to close a
5558 store that has already been closed will have no effect.
5659 - See link:https://github.com/junit-team/junit5/issues/3614[issue 3614] for details.
57- * The Console Launcher now provides a `--version` option.
60+
5861
5962[[release-notes-5.11.0-M2-junit-jupiter]]
6063=== JUnit Jupiter
@@ -68,9 +71,11 @@ repository on GitHub.
6871[[release-notes-5.11.0-M2-junit-jupiter-new-features-and-improvements]]
6972==== New Features and Improvements
7073
71- * Support `@..Source` annotations as repeatable for parameterized tests. See the
74+ * `@..Source` annotations for parameterized tests can now be used as repeatable
75+ annotations. See the
7276 <<../user-guide/index.adoc#writing-tests-parameterized-repeatable-sources, User Guide>>
73- for more details.
77+ for details.
78+
7479
7580[[release-notes-5.11.0-M2-junit-vintage]]
7681=== JUnit Vintage
0 commit comments