From 76ce37897e871b95e276a76f9273996dcb82bd12 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 17 Jun 2024 14:31:16 +0200 Subject: [PATCH] Mark backported entries --- .../docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc | 5 +++-- .../docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc index 332a1c2e8e8..8009feae3f3 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc @@ -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 diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc index fabc4f3aaf3..220962cb186 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc @@ -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 @@ -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