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
It might be worth while to have the JUnit Platform check at startup if all its dependencies are at the right version. And if not, log a warning that directs people to the documentation.
People typically don't read documentation up front, but they do read error messages.
The Launcher now checks for classpath alignment in case a LinkageError
such as a ClassNotFoundError is thrown from one of the methods of the
Launcher or TestEngine interfaces. If it finds unaligned versions, it
wraps the LinkageError in a JUnitException with a message listing the
detected versions and a link to the User Guide.
Resolves#3935.
After we release a new version of JUnit 5, there are always users who encounter issues while upgrading the JUnit versions used in the projects.
As @scordio pointed out in #3933 (comment), we should raise awareness of the available version upgrade strategies.
Places we could that:
The text was updated successfully, but these errors were encountered: