{"id":18837942,"url":"https://github.com/nextjournal/commonmark-java-jitpack-repro","last_synced_at":"2025-08-09T23:35:42.377Z","repository":{"id":255147441,"uuid":"848320468","full_name":"nextjournal/commonmark-java-jitpack-repro","owner":"nextjournal","description":"Mini program for bisecting versions of commonmark java compatible with jitpack","archived":false,"fork":false,"pushed_at":"2024-08-28T08:08:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-22T06:02:49.030Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextjournal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-27T14:46:38.000Z","updated_at":"2024-08-28T08:08:48.000Z","dependencies_parsed_at":"2024-08-28T09:28:53.469Z","dependency_job_id":null,"html_url":"https://github.com/nextjournal/commonmark-java-jitpack-repro","commit_stats":null,"previous_names":["nextjournal/commonmark-java-jitpack-repro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nextjournal/commonmark-java-jitpack-repro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextjournal%2Fcommonmark-java-jitpack-repro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextjournal%2Fcommonmark-java-jitpack-repro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextjournal%2Fcommonmark-java-jitpack-repro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextjournal%2Fcommonmark-java-jitpack-repro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextjournal","download_url":"https://codeload.github.com/nextjournal/commonmark-java-jitpack-repro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextjournal%2Fcommonmark-java-jitpack-repro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654009,"owners_count":24454317,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08T02:37:12.102Z","updated_at":"2025-08-09T23:35:42.346Z","avatar_url":"https://github.com/nextjournal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jitpack Failure Repro\n\nMini program for bisecting different versions of [commonmark-java](https://github.com/commonmark/commonmark-java) against [jitpack](http://jitpack.io) maven repository. Latest commonmark versions need maven version at least 3.6.3.\n\n```xml\n\u003c!-- last jitpack good --\u003e\n\u003c!-- \u003cdependency\u003e--\u003e\n\u003c!--   \u003cgroupId\u003ecom.github.commonmark\u003c/groupId\u003e--\u003e\n\u003c!--   \u003cartifactId\u003ecommonmark-java\u003c/artifactId\u003e--\u003e\n\u003c!--   \u003cversion\u003efaea2a2a61cfa1b1f26a4e914532b651b3602e34\u003c/version\u003e--\u003e\n\u003c!-- \u003c/dependency\u003e--\u003e\n\n\u003c!-- first jitpack bad --\u003e\n\u003c!-- \u003cdependency\u003e--\u003e\n\u003c!--   \u003cgroupId\u003ecom.github.commonmark\u003c/groupId\u003e--\u003e\n\u003c!--   \u003cartifactId\u003ecommonmark-java\u003c/artifactId\u003e--\u003e\n\u003c!--   \u003cversion\u003e682bdb09932a4846c389e9db43eba1b857e219cd\u003c/version\u003e--\u003e\n\u003c!-- \u003c/dependency\u003e--\u003e\n\n\u003c!-- commonmark main (bad) --\u003e\n\u003c!-- \u003cdependency\u003e--\u003e\n\u003c!--   \u003cgroupId\u003ecom.github.commonmark\u003c/groupId\u003e--\u003e\n\u003c!--   \u003cartifactId\u003ecommonmark-java\u003c/artifactId\u003e--\u003e\n\u003c!--   \u003cversion\u003e7d12b6fa1aa29397cf74299a5c7cced47496ee63\u003c/version\u003e--\u003e\n\u003c!-- \u003c/dependency\u003e--\u003e\n\n\u003c!-- fixed nextjournal fork--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.nextjournal\u003c/groupId\u003e\n    \u003cartifactId\u003ecommonmark-java\u003c/artifactId\u003e\n    \u003cversion\u003e0e979ef8f2fcd657214bf37fdd99aea8073068cf\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nRun with\n\n```\nmvn compile exec:java -Dexec.mainClass=\"jitpackfailure.App\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextjournal%2Fcommonmark-java-jitpack-repro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextjournal%2Fcommonmark-java-jitpack-repro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextjournal%2Fcommonmark-java-jitpack-repro/lists"}