Skip to content

1.10.0

Compare
Choose a tag to compare
@MaisiKoleni MaisiKoleni released this 28 May 20:20
· 231 commits to master since this release

User-Side Changes

  • The Ares documentation is now available on GitHub Pages as website!
    Visit https://ls1intum.github.io/Ares/ to read the README as properly rendered website.
  • New methods for accessing (package-)private and protected members via ReflectionTestUtils. (credits to @b-fein)
    The new method variants are named ..NonPublic.. and will work for all members that would be accessible in the class itself. All other methods only access the public/otherwise accessible methods now, like the regular get... methods in java.lang.Class. Note that this changed the behavior of the ..Attribute methods, which previously operated with declared fields.
  • Links in the README and documentation now point correctly to the examples in the test classes. (credits to @Strohgelaender)
    For more details, see #219.

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:
    • jacoco-maven-plugin
    • spotless-maven-plugin
    • maven-surefire-plugin
    • maven-javadoc-plugin
    • nexus-staging-maven-plugin