Skip to content

Commit 86fb491

Browse files
committed
Reword paragraph now that JUnit 4 is in maintenance mode
1 parent 0fa1b79 commit 86fb491

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

documentation/src/docs/asciidoc/user-guide/migration-from-junit4.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ allows existing tests based on JUnit 3 and JUnit 4 to be executed using the JUni
1313
infrastructure. Since all classes and annotations specific to JUnit Jupiter reside under
1414
the `org.junit.jupiter` base package, having both JUnit 4 and JUnit Jupiter in the
1515
classpath does not lead to any conflicts. It is therefore safe to maintain existing JUnit
16-
4 tests alongside JUnit Jupiter tests. Furthermore, since the JUnit team will continue to
17-
provide maintenance and bug fix releases for the JUnit 4.x baseline, developers have
18-
plenty of time to migrate to JUnit Jupiter on their own schedule.
16+
4 tests alongside JUnit Jupiter tests and migrate them gradually.
1917

2018

2119
[[migrating-from-junit4-running]]

0 commit comments

Comments
 (0)