From eb29f16bcc5cb27c032272059a7cfc53ec765676 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Wed, 12 Feb 2025 14:38:02 +0100 Subject: [PATCH] Add to release notes --- .../asciidoc/release-notes/release-notes-5.13.0-M1.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc index e7614bc3a786..15c3a64fbb5f 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc @@ -45,7 +45,11 @@ repository on GitHub. [[release-notes-5.13.0-M1-junit-jupiter-new-features-and-improvements]] ==== New Features and Improvements -* ❓ +* Introduce `@ContainerTemplate` and `ContainerTemplateInvocationContextProvider` that + allow declaring a top-level or `@Nested` test class as a template to be invoked multiple + times. This may be used, for example, to inject different parameters to be used by all + tests in the container template class or to set up each invocation of the container + template differently. [[release-notes-5.13.0-M1-junit-vintage]]