1.9.1 #202
MaisiKoleni
announced in
Releases
1.9.1
#202
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
User-Side Changes
IOTester
Ares now provides
@WithIOManager
which can be applied to test classes, methods and annotations and requires aIOManager
subclass. This subclass can then choose to play with theSystem.in
,out
anderr
as the user prefers. It can also supply an IO test controller object that can be injected likeIOTester
as a parameter. This fixes Do not auto-install IOTester #105 and probably provides a more satisfactory solution for How to allow package access, without breaking the classes #114. The feature is currently marked experimental, but not much change is expected.For Syntax see https://github.com/ls1intum/Ares#what-about-security.
20211205
to version20220320
. See their release notes for details.README
and documentation improvements.Developer-Side Changes
IOManager
and@WithIOManager
annotation were added.@apiNote
,@implSpec
and@implNote
tags correctly.actions/cache
maven-compiler-plugin
This discussion was created from the release 1.9.1.
Beta Was this translation helpful? Give feedback.
All reactions