Skip to content

Commit 659137a

Browse files
committed
Release 5.11.0-M2
1 parent a422c5a commit 659137a

File tree

3 files changed

+15
-33
lines changed

3 files changed

+15
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository is the home of _JUnit 5_.
1313
## Latest Releases
1414

1515
- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024)
16-
- Preview (Milestone/Release Candidate): [JUnit 5.11.0-M1](https://github.com/junit-team/junit5/releases/tag/r5.11.0-M1) (April 23, 2024)
16+
- Preview (Milestone/Release Candidate): [JUnit 5.11.0-M2](https://github.com/junit-team/junit5/releases/tag/r5.11.0-M2) (May 17, 2024)
1717

1818
## Documentation
1919

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[[release-notes-5.11.0-M2]]
22
== 5.11.0-M2
33

4-
*Date of Release:*
4+
*Date of Release:* May 17, 2024
55

6-
*Scope:* ❓
6+
*Scope:*
7+
8+
* Repeatable `@..Source` annotations
9+
* Extensible syntax for specifying discovery selectors
10+
* Console Launcher `--version` option
11+
* Improvements to `NamespacedHierarchicalStore`
12+
* Bug fixes
713

814
For a complete list of all _closed_ issues and pull requests for this release, consult the
915
link:{junit5-repo}+/milestone/74?closed=1+[5.11.0-M2] milestone page in the JUnit
@@ -27,12 +33,6 @@ repository on GitHub.
2733
==== Bug Fixes
2834

2935
* 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].
30-
* ❓
31-
32-
[[release-notes-5.11.0-M2-junit-platform-deprecations-and-breaking-changes]]
33-
==== Deprecations and Breaking Changes
34-
35-
* ❓
3636

3737
[[release-notes-5.11.0-M2-junit-platform-new-features-and-improvements]]
3838
==== New Features and Improvements
@@ -65,32 +65,14 @@ repository on GitHub.
6565
* `MethodOrderer.Random` and `ClassOrderer.Random` now use the same default seed that is
6666
generated during class initialization.
6767

68-
[[release-notes-5.11.0-M2-junit-jupiter-deprecations-and-breaking-changes]]
69-
==== Deprecations and Breaking Changes
70-
71-
* ❓
72-
7368
[[release-notes-5.11.0-M2-junit-jupiter-new-features-and-improvements]]
7469
==== New Features and Improvements
7570

7671
* Support `@..Source` annotations as repeatable for parameterized tests. See the
77-
<<../user-guide/index.adoc#writing-tests-parameterized-repeatable-sources, User Guide>>
78-
for more details.
72+
<<../user-guide/index.adoc#writing-tests-parameterized-repeatable-sources, User Guide>>
73+
for more details.
7974

8075
[[release-notes-5.11.0-M2-junit-vintage]]
8176
=== JUnit Vintage
8277

83-
[[release-notes-5.11.0-M2-junit-vintage-bug-fixes]]
84-
==== Bug Fixes
85-
86-
* ❓
87-
88-
[[release-notes-5.11.0-M2-junit-vintage-deprecations-and-breaking-changes]]
89-
==== Deprecations and Breaking Changes
90-
91-
* ❓
92-
93-
[[release-notes-5.11.0-M2-junit-vintage-new-features-and-improvements]]
94-
==== New Features and Improvements
95-
96-
* ❓
78+
No changes.

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.11.0-SNAPSHOT
2+
version = 5.11.0-M2
33

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.11.0-SNAPSHOT
7+
platformVersion = 1.11.0-M2
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.11.0-SNAPSHOT
10+
vintageVersion = 5.11.0-M2
1111

1212
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
1313
# The exports are needed due to https://github.com/diffplug/spotless/issues/834

0 commit comments

Comments
 (0)