Peter Gafert

Results 14 issues of 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...

enhancement
core
experimental
JUnit
TestNG

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

enhancement
help wanted
good start to contributing
topic:core

There should be an easy way to obtain all `JavaClasses` that are involved in composing a generic type signature. E.g. ``` class SomeClass { Map

enhancement
help wanted
good start to contributing
topic:core

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

enhancement
help wanted

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

enhancement
help wanted
topic:junit

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

enhancement
help wanted
topic:lang

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

more info needed

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