You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since JUnit 5.8 introduces official support for running suites on the JUnit Platform itself, we should deprecate the old JUnitPlatform runner for running the JUnit Platform via JUnit 4.
Deliverables
Deprecate the JUnitPlatform runner in favor of @Suite support in Javadoc and via @API