Peter Gafert
Peter Gafert
When using @CaseDescription with a custom CaseDescriptionProvider, it would be nice if the description method of the CaseDescriptionProvider would receive an instance of the running test. This way it would...
We now need to specify a distribution explicitly or the action will throw an error. I picked `zulu`, since that was the one we have used so far anyway with...
At the moment casts without any further dependencies on the target type are not detected as dependencies. I.e. ``` SomeClass example(Object rawInput) { return (SomeClassImpl) rawInput; // should forbid dependencies...
There should be an easy way to obtain all `JavaClasses` that are involved in composing a generic type signature. E.g. ``` class SomeClass { Map
@clojj I took the liberty of creating a new issue for this, since I don't think it matches the other issue title very well Hi, I am using ArchUnit with...
At the moment this issue is waiting for input from https://youtrack.jetbrains.com/issue/IDEA-231923 It is not completely clear to me at the moment how to write a plugin that could provide custom...
Typically in legacy code bases there will be a ton of violations, when architecture rules are introduced for the first time. ArchUnit supports the 'archunit_ignore_patterns.txt' file, to exclude messages based...
When I tried to release last time the release build failed with this exception: ``` Execution failed for task ':releaseSonatypeStagingRepository'. See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings > Staging repository is not in desired state...
## Summary Back when I played around with the code to adjust the behavior of configurable rules, I started to get the impression, that the handling of preconfigured rules could...