Skip to content

Commit 24facbc

Browse files
committed
Document that JUnit 4 is officially in maintenance mode (as of today)
1 parent 0f9870b commit 24facbc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

framework-docs/modules/ROOT/pages/testing/testcontext-framework/support-classes.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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
489490
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
490491
and 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
551553
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
552554
and 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
627630
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
628-
for JUnit Jupiter.
631+
and JUnit Jupiter.
629632
====
630633

631634
The `org.springframework.test.context.junit4` package provides the following support

0 commit comments

Comments
 (0)