-
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…
-
At the moment using syntax like
```
@startuml
component EventProcessing {
component EventStore {
}
component Movements {
component ProjectionCreator
}
}
Moveme…
-
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…
-
Regarding https://www.archunit.org/userguide/html/000_Index.html#_software_architecture_metrics it will be great to have package/component size metric.
Size can be calculated based on lines of code (…
tfij updated
7 months ago
-
Are there any architectural best practices standards pushed by any common industry body, or is #archunit considering to drive such initiative, as we do see the architecture is the key component of any…
-
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 :-)
-
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…
-
Hello,
Does ArchUnit have any helper methods that can help with the following situation?
I want to detect if any method in a given set of classes returns a long either directly (or if it returns…
-
#1015 fixed an issue where a `public` annotation had a `public` constructor that had a [`package-private`](https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html) `enum` parameter. Thi…