{"id":21434061,"url":"https://github.com/bernardo-mg/java-architecture-tests","last_synced_at":"2025-03-16T22:45:26.315Z","repository":{"id":259522865,"uuid":"854595906","full_name":"Bernardo-MG/java-architecture-tests","owner":"Bernardo-MG","description":"Architecture tests for Java projects","archived":false,"fork":false,"pushed_at":"2025-02-28T13:08:38.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T19:33:31.486Z","etag":null,"topics":["testing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bernardo-MG.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-09T13:04:48.000Z","updated_at":"2025-02-12T21:23:35.000Z","dependencies_parsed_at":"2024-10-26T07:06:11.743Z","dependency_job_id":"d2173749-1ad1-40d1-94cc-664df5fe2fba","html_url":"https://github.com/Bernardo-MG/java-architecture-tests","commit_stats":null,"previous_names":["bernardo-mg/java-architecture-tests"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fjava-architecture-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fjava-architecture-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fjava-architecture-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fjava-architecture-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bernardo-MG","download_url":"https://codeload.github.com/Bernardo-MG/java-architecture-tests/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945528,"owners_count":20372894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["testing"],"created_at":"2024-11-22T23:32:57.346Z","updated_at":"2025-03-16T22:45:26.296Z","avatar_url":"https://github.com/Bernardo-MG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Architecture Tests\n\nArchitecture tests for Java projects, using [ArchUnit](https://www.archunit.org/).\n\nThey can be imported into a runnable test:\n\n```java\n@AnalyzeClasses(\n        packages = { \"com.bernardomg\" },\n        importOptions = ImportOption.DoNotIncludeTests.class)\npublic class ArchitectureRulesTest {\n\n    @ArchTest\n    static final ArchTests serviceRules = ArchTests.in(ServiceRules.class);\n\n}\n```\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.bernardomg.framework.testing/architecture-tests.svg)][maven-repo]\n\n## Collaborate\n\nAny kind of help with the project will be well received, and there are two main ways to give such help:\n\n- Reporting errors and asking for extensions through the issues management\n- or forking the repository and extending the project\n\n### Issues management\n\nIssues are managed at the GitHub [project issues tracker][issues], where any Github user may report bugs or ask for new features.\n\n### Getting the code\n\nIf you wish to fork or modify the code, visit the [GitHub project page][scm], where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.\n\n## License\n\nThe project has been released under the [MIT License][license].\n\n[maven-repo]: https://mvnrepository.com/artifact/com.bernardomg.framework.testing/architecture-tests\n[issues]: https://github.com/bernardo-mg/architecture-tests/issues\n[license]: https://www.opensource.org/licenses/mit-license.php\n[scm]: https://github.com/bernardo-mg/architecture-tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Fjava-architecture-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernardo-mg%2Fjava-architecture-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Fjava-architecture-tests/lists"}