Skip to content

1.11.0

Compare
Choose a tag to compare
@MaisiKoleni MaisiKoleni released this 12 Nov 21:28
· 195 commits to master since this release

User-Side Changes

  • Two new methods for accessing (package-)private and protected methods via ReflectionTestUtils. (credits to @tobias-lippert)
    The new ..NonPublic.. method variants lacked versions to just retrieve the Method objects. Two new utility methods were therefore added to retrieve a Method from a given Class or instance.
  • Update from Jqwik version 1.6.5 to version 1.7.1. See their release notes for details.
  • Update JUnit 5 Jupiter/Platform from 5.8.2/1.8.2 to 5.9.1/1.9.1. See their release notes for details.
  • Update Logback from 1.2.11 to 1.4.4. See their release notes for details.
  • Update from json version 20220320 to version 20220924. See their release notes for details.

Developer-Side Changes

  • An additional check was added that checks if the README.adoc can be built using Asciidoctor.
  • Environments and a branch for GitHub Pages, with continuous delivery and a deployment triggered by tags or manually and which requires the confirmation from one of the Ares admins.
  • Small dependency updates:
    • spotless-maven-plugin
    • maven-jar-plugin
    • maven-javadoc-plugin
    • maven-deploy-plugin
    • maven-surefire-plugin
    • maven-enforcer-plugin