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
fix: correct JUnit version logging for projects using ConsoleLauncher with vintage engine
ConsoleLauncher runs both JUnit 4 (via vintage engine) and JUnit 5 tests.
The detection now correctly distinguishes between JUnit 5 projects (have
junit-jupiter on classpath) and JUnit 4 projects using ConsoleLauncher as
the runner. Previously, the injected console-standalone JAR falsely triggered
"JUnit 5 detected" for all projects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments