File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
framework-docs/modules/ROOT/pages/testing/testcontext-framework Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,8 @@ Kotlin::
485485
486486[WARNING]
487487====
488- JUnit 4 support is deprecated since Spring Framework 7.0 in favor of the
488+ JUnit 4 is officially in maintenance mode, and JUnit 4 support in Spring is deprecated
489+ since Spring Framework 7.0 in favor of the
489490xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
490491and JUnit Jupiter.
491492====
@@ -547,7 +548,8 @@ be configured through `@ContextConfiguration`.
547548
548549[WARNING]
549550====
550- JUnit 4 support is deprecated since Spring Framework 7.0 in favor of the
551+ JUnit 4 is officially in maintenance mode, and JUnit 4 support in Spring is deprecated
552+ since Spring Framework 7.0 in favor of the
551553xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
552554and JUnit Jupiter.
553555====
@@ -623,9 +625,10 @@ Kotlin::
623625
624626[WARNING]
625627====
626- JUnit 4 support is deprecated since Spring Framework 7.0 in favor of the
628+ JUnit 4 is officially in maintenance mode, and JUnit 4 support in Spring is deprecated
629+ since Spring Framework 7.0 in favor of the
627630xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
628- for JUnit Jupiter.
631+ and JUnit Jupiter.
629632====
630633
631634The `org.springframework.test.context.junit4` package provides the following support
You can’t perform that action at this time.
0 commit comments