Skip to content

1.7.0

Compare
Choose a tag to compare
@MaisiKoleni MaisiKoleni released this 23 Sep 22:33
· 377 commits to master since this release

User-Side Changes

  • 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.
  • Update to AssertJ version 3.21.0. See their 3.21.0 release notes for details.
  • 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.

Developer-Side Changes

  • Add test run using JDK-17
  • Multiple minor dependency updates:
    • spotless-maven-plugin