|
1 | 1 | [[release-notes-5.9.0-M1]] |
2 | 2 | == 5.9.0-M1 |
3 | 3 |
|
4 | | -*Date of Release:* ❓ |
| 4 | +*Date of Release:* May 15, 2022 |
5 | 5 |
|
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` |
7 | 14 |
|
8 | 15 | For a complete list of all _closed_ issues and pull requests for this release, consult the |
9 | 16 | link:{junit5-repo}+/milestone/58?closed=1+[5.9 M1] milestone page in the JUnit repository |
@@ -61,6 +68,9 @@ on GitHub. |
61 | 68 | ==== Bug Fixes |
62 | 69 |
|
63 | 70 | * 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. |
64 | 74 |
|
65 | 75 | ==== Deprecations and Breaking Changes |
66 | 76 |
|
@@ -92,16 +102,4 @@ on GitHub. |
92 | 102 | [[release-notes-5.9.0-M1-junit-vintage]] |
93 | 103 | === JUnit Vintage |
94 | 104 |
|
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