-
Hi,
We have wrapped ArchUnit into a Maven plugin so that the rules can be easily reused across project through Maven config (we're thinking of opensourcing it.. but that's another discussion).
O…
-
Is it possible to add a rule that check my classes for unwanted imports e.g. if I only want:
```
com.google.common.base.Strings
```
but in my classpath are:
```
com.google.common.base.Strings…
-
Hi, I would like to make assertions on interfaces that extend a certain interface.
For example, I would like to assert that Spring Data repositories reside in a certain package. The following test…
-
The awesome ArchUnit library does currently not work with (normal) Groovy code - and fails to detect unwanted dependencies ...
@CompileStatic could help - a suggestion from Peter Gafert, author of Ar…
-
when using ArchUnit for a Groovy-based system, all rules always evaluate
to "green", although violating dependencies exist in code...
Any idea how to debug such a situation? Most likely I misconfi…
-
I have just started using ArchUnit (which looks awesome BTW) but I'm failing to enforce package rules, it is likely a newbie mistake but I can't see it :(
Here's my package rule:
`com.orchestral…
-
We had an issue with Spring boot 2.0.6 but I could reproduce it using spring boot 2.1.0.
During our integrations test we sometimes got errors like the following (see [example project](https://gith…
-
I can't find another place where to ask questions.
We are using TestNG in our project and it doesn't recognize JUnit-style ArchUnit tests. Is there a way to make them usable with TestNG, or do we n…
-
to enable ArchUnit tests
(will try that in distinct branch)
-
Hi everybody,
I'm using the javax.persistence.EntityManager class and I need to force all calls to
createNamedQuery method to pass as argument nothing different than a public static final String:
d…