-
I'm planning on writing ArchUnit tests that validate i.e.:
```java
@ArchTest
@SuppressWarnings("unused")
ArchRule mockMvcShouldOnlyBeUsedInInterfaceLayer =
classes()
.tha…
-
It would be nice for report to provide JDK and system details part of its report, as I do see this archunit seems to vary its results based on system and jdk versions..
#928
-
Sample issues: https://github.com/google/guava/issues/1977 , https://github.com/apache/calcite/pull/2255
It would be nice if there was a documented sample that configures ArchUnit to detect cycles …
-
hi,
in my Kotlin code base, I have quite a lot of calls to `org.junit.jupiter.api.assertThrows` , and depending on the package, I want to block it or not.
I am a bit stuck on how to capture the…
-
I've defined the following tests that verify
1. any class or method annotated with Spring's `@Transactional` annotation must also be annotated with `@Service`
1. the annotation `@jakarta.transac…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Identified at https://github.com/checkstyle/checkstyle/pull/12710#issuecomment-1414466156 ,
`./.ci/validation.sh versions` needs to be updated.
Format of XML output files from internal command c…
-
Hi,
by default, fossa excludes test dependencies which is great. For gradle builds, this is determined by a list of configurations that are considered as test dependencies. As far as I can see, thi…
-
Hi,
Thanks for your great work 👍
I'm new to ArchUnit and not very familiar with Kotlin. It would be very helpful if you could provide some Java example.
Thanks :-)
-
ArchUnit is a great project for both Kotlin and Java. It seems like scala support is very limited. Does the project intend to support Scala any time in the future?
Is it possible to update the doc…