Manfred Hanke

Results 114 comments of Manfred Hanke

One thing I want to look into (but didn't get to do yet): Does the added hint affect [frozen violations](https://www.archunit.org/userguide/html/000_Index.html#_freezing_arch_rules)? It would be a pity if we broke users' existing...

> JUnit 6.0.1 is mostly backwards compatible with JUnit 5.14.1 and JUnit Platform 1.14.1. [ArchUnit is currently compatible with Java 8, but JUnit 6 requries Java 17.](https://github.com/TNG/ArchUnit/pull/1548#issuecomment-3551336323)

1. You don't need to annotate ArchUnit tests with `@Test`. 2. There are two ways to use `@ArchTest`s: 1. Declaratively as `ArchRule`s: ```java @ArchTest ArchRule rule = // ... ```...

Can you provide an example repository? Then I'll try to show you how to fix it.