com.arc-e-tect.jacoco-exclusion-report
Scans sources for JaCoCo marker annotations (default: @ExcludeFromJacocoGeneratedCodeCoverage) that should be excluded from code coverage and generates an HTML+XML report with excluded code.
com.arc-e-tect.gherkin-to-asciidoc
Scans .feature files for Scenario and Scenario Outline titles and generates an AsciiDoc file listing all scenarios.
com.arc-e-tect.architecture-validator
Generates and runs ArchUnit-based architecture tests for hexagonal architectures.
com.arc-e-tect.shadow-api-detector
Scans Spring Boot @RestController classes for exposed endpoints and reports any that are not described in the OpenAPI documentation.
com.arc-e-tect.mirage-api-detector
Scans the OpenAPI documentation and reports every operation with no matching Spring Boot @RestController implementation.
com.arc-e-tect.doppelganger-api-detector
Scans OpenAPI documentation, @RestController implementations, and test-level verification evidence (Spring RestDocs, the Atlassian OpenAPI request validator, and Spring Cloud Contract) to report endpoints that are declared and implemented but never verified against their contract.
com.arc-e-tect.api-only-suite
Applies the Shadow, Mirage, and Doppelganger API Detector plugins together, so declared, implemented, and verified are all checked in one step.
com.arc-e-tect.tracker-lens
Generates a themeable, standalone HTML dashboard from Gherkin scenario and API contract lifecycle history, with a pluggable multi-lens style-pack system.