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
Update to JUnit 5 Jupiter version 5.8.1 and JUnit 5 Platform 1.8.1. See their release notes for details. Due to a bug fix in assertLinesMatch in junit-team/junit5#2724, the failure message for a special case when using fast-forwards changed.
Ares is ready for JDK-17. If 17 is used, Ares will cause a warning in the error output that the security manager mechanism will be deactivated in a future version. For that reason, we added a statement from Ares below the JDK one that the issue is known, linking to #113.
Removed the LOGBACK: No context given for ... warning. It will no longer appear in the build and test output.