arch-unit-build-plugin-core icon indicating copy to clipboard operation
arch-unit-build-plugin-core copied to clipboard

The core logic for Maven or Gradle ArchUnit plugin

Results 11 arch-unit-build-plugin-core issues
Sort by recently updated
recently updated
newest added

to be able to configure the scope paths, adding a dedicated class. see https://github.com/societe-generale/arch-unit-gradle-plugin/issues/19

## Summary The return of the method RuleInvokerService::invokeRules is a string. Can it be a list of object with information like: - Rule name - Error message - Others (like...

## Summary `NoTestIgnoreRuleTest` should also flag [@ArchIgnore](https://javadoc.io/static/com.tngtech.archunit/archunit-junit5-api/0.12.0/com/tngtech/archunit/junit/ArchIgnore.html) annotations without a provided [reason](https://javadoc.io/static/com.tngtech.archunit/archunit-junit5-api/0.12.0/com/tngtech/archunit/junit/ArchIgnore.html#reason()) ## Type of Issue It is a : - [ ] bug - [x] request - [ ]...

## Summary Have a method with the following code snippet: ``` package de.dummy; public class CheckDummy { public void check(DummyEnum dummy) { var check = switch (dummy) { default ->...

## Summary ## Details ## Context ## Checklist: - [ ] I've added tests for my code. - [ ] Documentation has been updated accordingly to this PR ## Related...

## Summary ## Details ## Context ## Checklist: - [ ] I've added tests for my code. - [ ] Documentation has been updated accordingly to this PR ## Related...

## Summary Please consider supporting that a configurable rule can be a [grouping of rules](https://www.archunit.org/userguide/html/000_Index.html#_grouping_rules). ## Type of Issue It is a : - [ ] bug - [x] request...

## Summary A new configuration point for ConfigurableRules could be very useful to specify whether a rule is frozen or not. See https://www.archunit.org/userguide/html/000_Index.html#_freezing_arch_rules for reference documentation. I'm particularly interested in...

## Summary After bumping projects to start using java 23, archunit started to give ussuported class file warnings due to java version `[WARNING] Error during import from jrt:/java.base/java/lang/Record.class, falling back...