{"id":20713834,"url":"https://github.com/diffplug/l0s-junit5","last_synced_at":"2025-07-10T05:33:39.013Z","repository":{"id":192092667,"uuid":"686015793","full_name":"diffplug/l0s-junit5","owner":"diffplug","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-01T18:21:23.000Z","size":2853,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"2229_vintage-parallelization","last_synced_at":"2025-03-11T06:49:42.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diffplug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-notice.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"custom":"https://junit.org/sponsoring"}},"created_at":"2023-09-01T14:33:34.000Z","updated_at":"2023-09-01T15:52:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d807b684-edaa-48a3-9528-2a83dc6f8e65","html_url":"https://github.com/diffplug/l0s-junit5","commit_stats":null,"previous_names":["diffplug/l0s-junit5"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diffplug/l0s-junit5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffplug%2Fl0s-junit5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffplug%2Fl0s-junit5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffplug%2Fl0s-junit5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffplug%2Fl0s-junit5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diffplug","download_url":"https://codeload.github.com/diffplug/l0s-junit5/tar.gz/refs/heads/2229_vintage-parallelization","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diffplug%2Fl0s-junit5/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264535993,"owners_count":23624404,"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":[],"created_at":"2024-11-17T02:27:32.766Z","updated_at":"2025-07-10T05:33:38.979Z","avatar_url":"https://github.com/diffplug.png","language":"Java","readme":"# \u003cimg src=\"https://junit.org/junit5/assets/img/junit5-logo.png\" align=\"right\" width=\"100\"\u003eJUnit 5\n\nThis repository is the home of the next generation of JUnit, _JUnit 5_.\n\n[![Support JUnit](https://img.shields.io/badge/%F0%9F%92%9A-Support%20JUnit-brightgreen.svg)](https://junit.org/sponsoring)\n\n## Latest Releases\n\n- General Availability (GA): [JUnit 5.7.0](https://github.com/junit-team/junit5/releases/tag/r5.7.0) (September 13, 2020)\n- Preview (Milestone/Release Candidate): n/a\n\n## Documentation\n\n- [User Guide]\n- [Javadoc]\n- [Release Notes]\n- [Samples]\n\n## Contributing\n\nContributions to JUnit 5 are both welcomed and appreciated. For specific guidelines\nregarding contributions, please see [CONTRIBUTING.md] in the root directory of the\nproject. Those willing to use milestone or SNAPSHOT releases are encouraged\nto file feature requests and bug reports using the project's\n[issue tracker](https://github.com/junit-team/junit5/issues). Issues marked with an\n\u003ca href=\"https://github.com/junit-team/junit5/issues?q=is%3Aissue+is%3Aopen+label%3Aup-for-grabs\"\u003e`up-for-grabs`\u003c/a\u003e\nlabel are specifically targeted for community contributions.\n\n## Getting Help\n\nAsk JUnit 5 related questions on [StackOverflow] or chat with the team and the community on [Gitter].\n\n## Continuous Integration Builds\n\n[![CI Status](https://github.com/junit-team/junit5/workflows/CI/badge.svg)](https://github.com/junit-team/junit5/actions) [![Cross-Version Status](https://github.com/junit-team/junit5/workflows/Cross-Version/badge.svg)](https://github.com/junit-team/junit5/actions)\n\nOfficial CI build server for JUnit 5. Used to perform quick checks on submitted pull\nrequests and for build matrices including the latest released OpenJDK and early access\nbuilds of the next OpenJDK.\n\n## Code Coverage\n\nCode coverage using [JaCoCo] for the latest build is available on [Codecov].\n\nA code coverage report can also be generated locally via the [Gradle Wrapper] by\nexecuting `gradlew -PenableJaCoCo clean jacocoRootReport`. The results will be available\nin `build/reports/jacoco/jacocoRootReport/html/index.html`.\n\n## Gradle Build Scans and Build Caching\n\nJUnit 5 utilizes [Gradle Enterprise](https://gradle.com/) for _Build Scans_ and the\n_Remote Build Cache_. An example build scan for JUnit 5 can be viewed\n[here](https://ge.junit.org/s/2vwrn4rn67dky). Currently, only core team members can\npublish build scans. The remote build cache, however, is enabled by default for everyone\nso that local builds can reuse task outputs from previous CI builds.\n\n## Building from Source\n\nYou need [JDK 15] to build JUnit 5.\n\nAll modules can be _built_ with the [Gradle Wrapper] using the following command.\n\n`gradlew clean assemble`\n\nAll modules can be _tested_ with the [Gradle Wrapper] using the following command.\n\n`gradlew clean test`\n\nSince Gradle has excellent incremental build support, you can usually omit executing the\n`clean` task.\n\n## Installing in Local Maven Repository\n\nAll modules can be _installed_ with the [Gradle Wrapper] in a local Maven repository for\nconsumption in other projects via the following command.\n\n`gradlew clean publishToMavenLocal`\n\n## Dependency Metadata\n\nConsult the [Dependency Metadata] section of the [User Guide] for a list of all artifacts\nof the JUnit Platform, JUnit Jupiter, and JUnit Vintage.\n\nSee also \u003chttps://repo1.maven.org/maven2/org/junit/\u003e for releases and\n\u003chttps://oss.sonatype.org/content/repositories/snapshots/org/junit/\u003e for snapshots.\n\n\n[Codecov]: https://codecov.io/gh/junit-team/junit5\n[CONTRIBUTING.md]: https://github.com/junit-team/junit5/blob/HEAD/CONTRIBUTING.md\n[Dependency Metadata]: https://junit.org/junit5/docs/current/user-guide/#dependency-metadata\n[Gitter]: https://gitter.im/junit-team/junit5\n[Gradle Wrapper]: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:using_wrapper\n[JaCoCo]: https://www.eclemma.org/jacoco/\n[Javadoc]: https://junit.org/junit5/docs/current/api/\n[JDK 15]: https://jdk.java.net/15/\n[Release Notes]: https://junit.org/junit5/docs/current/release-notes/\n[Samples]: https://github.com/junit-team/junit5-samples\n[StackOverflow]: https://stackoverflow.com/questions/tagged/junit5\n[User Guide]: https://junit.org/junit5/docs/current/user-guide/\n","funding_links":["https://junit.org/sponsoring"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiffplug%2Fl0s-junit5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiffplug%2Fl0s-junit5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiffplug%2Fl0s-junit5/lists"}