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
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.