Skip to content

Commit

Permalink
Release 5.11.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 17, 2024
1 parent a422c5a commit 659137a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository is the home of _JUnit 5_.
## Latest Releases

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

## Documentation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[[release-notes-5.11.0-M2]]
== 5.11.0-M2

*Date of Release:*
*Date of Release:* May 17, 2024

*Scope:* ❓
*Scope:*

* Repeatable `@..Source` annotations
* Extensible syntax for specifying discovery selectors
* Console Launcher `--version` option
* Improvements to `NamespacedHierarchicalStore`
* Bug fixes

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

* 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].
* ❓

[[release-notes-5.11.0-M2-junit-platform-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes

* ❓

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

[[release-notes-5.11.0-M2-junit-jupiter-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes

* ❓

[[release-notes-5.11.0-M2-junit-jupiter-new-features-and-improvements]]
==== New Features and Improvements

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

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

[[release-notes-5.11.0-M2-junit-vintage-bug-fixes]]
==== Bug Fixes

* ❓

[[release-notes-5.11.0-M2-junit-vintage-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes

* ❓

[[release-notes-5.11.0-M2-junit-vintage-new-features-and-improvements]]
==== New Features and Improvements

* ❓
No changes.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group = org.junit
version = 5.11.0-SNAPSHOT
version = 5.11.0-M2

jupiterGroup = org.junit.jupiter

platformGroup = org.junit.platform
platformVersion = 1.11.0-SNAPSHOT
platformVersion = 1.11.0-M2

vintageGroup = org.junit.vintage
vintageVersion = 5.11.0-SNAPSHOT
vintageVersion = 5.11.0-M2

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

0 comments on commit 659137a

Please sign in to comment.