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::
485
485
486
486
[WARNING]
487
487
====
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
489
490
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
490
491
and JUnit Jupiter.
491
492
====
@@ -547,7 +548,8 @@ be configured through `@ContextConfiguration`.
547
548
548
549
[WARNING]
549
550
====
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
551
553
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
552
554
and JUnit Jupiter.
553
555
====
@@ -623,9 +625,10 @@ Kotlin::
623
625
624
626
[WARNING]
625
627
====
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
627
630
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-extension[`SpringExtension`]
628
- for JUnit Jupiter.
631
+ and JUnit Jupiter.
629
632
====
630
633
631
634
The `org.springframework.test.context.junit4` package provides the following support
You can’t perform that action at this time.
0 commit comments