Skip to content

Commit 5df7406

Browse files
committed
Polish release notes
1 parent 347e311 commit 5df7406

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.9.0-M1.adoc

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[[release-notes-5.9.0-M1]]
22
== 5.9.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* May 15, 2022
55

6-
*Scope:* ❓
6+
*Scope:*
7+
8+
* XML reports in new https://github.com/ota4j-team/open-test-reporting[Open Test Reporting] format
9+
* Configurable cleanup mode for `@TempDir`
10+
* New `TestInstancePreConstructCallback` extension API
11+
* Reusable parameter resolution for custom extension methods via `ExecutableInvoker`
12+
* New `IterationSelector`
13+
* Various improvements to `ConsoleLauncher`
714

815
For a complete list of all _closed_ issues and pull requests for this release, consult the
916
link:{junit5-repo}+/milestone/58?closed=1+[5.9 M1] milestone page in the JUnit repository
@@ -61,6 +68,9 @@ on GitHub.
6168
==== Bug Fixes
6269

6370
* Only retry deleting directories when cleaning up `@TempDir` once.
71+
* Since Turkish language has special characters as 'ı' and 'İ', the uppercase conversion on
72+
`DefaultParallelExecutionConfigurationStrategy#getStrategy` was causing all test to finish
73+
with exit code -1. That has been fixed by using Root locale instead of default one.
6474

6575
==== Deprecations and Breaking Changes
6676

@@ -92,16 +102,4 @@ on GitHub.
92102
[[release-notes-5.9.0-M1-junit-vintage]]
93103
=== JUnit Vintage
94104

95-
==== Bug Fixes
96-
97-
* Since Turkish language has special characters as 'ı' and 'İ', the uppercase conversion on
98-
`DefaultParallelExecutionConfigurationStrategy#getStrategy` was causing all test to finish
99-
with exit code -1. That has been fixed by using Root locale instead of default one.
100-
101-
==== Deprecations and Breaking Changes
102-
103-
* ❓
104-
105-
==== New Features and Improvements
106-
107-
* ❓
105+
No changes.

0 commit comments

Comments
 (0)