{"id":19483713,"url":"https://github.com/lizhangqu/classremapper","last_synced_at":"2025-10-05T01:55:43.864Z","repository":{"id":142563462,"uuid":"217666023","full_name":"lizhangqu/ClassRemapper","owner":"lizhangqu","description":"class's package name remapper using javassist","archived":false,"fork":false,"pushed_at":"2019-10-30T03:48:46.000Z","size":20615,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T05:38:25.621Z","etag":null,"topics":["bugly","class","crash","javassist","remapper"],"latest_commit_sha":null,"homepage":"","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/lizhangqu.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":"2019-10-26T06:27:43.000Z","updated_at":"2019-10-30T05:01:54.000Z","dependencies_parsed_at":"2023-05-02T15:00:28.811Z","dependency_job_id":null,"html_url":"https://github.com/lizhangqu/ClassRemapper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lizhangqu/ClassRemapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizhangqu%2FClassRemapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizhangqu%2FClassRemapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizhangqu%2FClassRemapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizhangqu%2FClassRemapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lizhangqu","download_url":"https://codeload.github.com/lizhangqu/ClassRemapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizhangqu%2FClassRemapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399690,"owners_count":25980332,"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-10-04T02:00:05.491Z","response_time":63,"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":["bugly","class","crash","javassist","remapper"],"created_at":"2024-11-10T20:16:27.164Z","updated_at":"2025-10-05T01:55:43.844Z","avatar_url":"https://github.com/lizhangqu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClassRemapper\nclass's package name remapper using javassist\n\n\nAnd I provided a bugly patch sample.\n\nbugly的patch主要将其变成一个通用的bug上报组件，废弃其java crash/native crash/anr的捕获能力\n\n捕获交由其他组件，bugly仅负责上报。\n\n处理后的bugly可与原始bugly共存，上报至配有其他appId的应用里，场景：Flutter异常上报到独立应用中进行管理与统计\n\n\n## How to use\n\n```\nallprojects {\n    repositories {\n        maven() {\n            url \"https://maven.pkg.github.com/\"\n        }\n        google()\n        jcenter()\n    }\n    configurations.all {\n        it.resolutionStrategy.cacheDynamicVersionsFor(5, 'minutes')\n        it.resolutionStrategy.cacheChangingModulesFor(0, 'seconds')\n    }\n}\n\n\ndependencies {\n    implementation 'io.github.lizhangqu:remapper:1.0.0'\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizhangqu%2Fclassremapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizhangqu%2Fclassremapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizhangqu%2Fclassremapper/lists"}