Skip to content

Commit

Permalink
Mark backported entries
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jun 17, 2024
1 parent 6d1b011 commit 76ce378
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ page in the Wiki.
* Fixed parsing of recursive jar URIs which allows the JUnit Platform Launcher to be used
inside Spring Boot executable jars for Spring Boot 3.2 and later.
* The `junit-platform-suite-engine` now includes configuration provided via
`@ConfigurationParameter` when selecting tests by `UniqueId`.
`@ConfigurationParameter` when selecting tests by `UniqueId` (backported to 5.10.3).
* In order to support using `@EnabledInNativeImage` on test classes,
`UniqueIdTrackingListener` now tracks descendants of skipped test containers.
`UniqueIdTrackingListener` now tracks descendants of skipped test containers (backported
to 5.10.3).

[[release-notes-5.11.0-M1-junit-platform-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ repository on GitHub.

* Attempting to deserialize a `TestIdentifier` no longer causes a `NullPointerException`
when there is no parent identifier. See
link:https://github.com/junit-team/junit5/issues/3819[issue 3819].
link:https://github.com/junit-team/junit5/issues/3819[issue 3819] (backported to
5.10.3).

[[release-notes-5.11.0-M2-junit-platform-new-features-and-improvements]]
==== New Features and Improvements
Expand Down Expand Up @@ -66,7 +67,7 @@ repository on GitHub.
==== Bug Fixes

* `MethodOrderer.Random` and `ClassOrderer.Random` now use the same default seed that is
generated during class initialization.
generated during class initialization (backported to 5.10.3).

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

0 comments on commit 76ce378

Please sign in to comment.