{"id":18608751,"url":"https://github.com/activeviam/java-api-migration-tool","last_synced_at":"2026-02-09T17:32:39.055Z","repository":{"id":243198392,"uuid":"728136421","full_name":"activeviam/java-api-migration-tool","owner":"activeviam","description":"A tool for generating API diffs between two versions of a java library, and applying this mapping to a project.","archived":false,"fork":false,"pushed_at":"2024-09-09T12:32:56.000Z","size":371,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-28T16:37:01.462Z","etag":null,"topics":[],"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/activeviam.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,"zenodo":null}},"created_at":"2023-12-06T10:00:45.000Z","updated_at":"2025-07-19T00:53:39.000Z","dependencies_parsed_at":"2024-06-07T09:59:20.914Z","dependency_job_id":"29316020-ae44-4448-8d7e-4a0b3f882110","html_url":"https://github.com/activeviam/java-api-migration-tool","commit_stats":null,"previous_names":["activeviam/java-api-migration-tool"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/activeviam/java-api-migration-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fjava-api-migration-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fjava-api-migration-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fjava-api-migration-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fjava-api-migration-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/activeviam","download_url":"https://codeload.github.com/activeviam/java-api-migration-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2Fjava-api-migration-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29273692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:15:22.002Z","status":"ssl_error","status_checked_at":"2026-02-09T17:14:42.395Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-07T03:04:07.668Z","updated_at":"2026-02-09T17:32:39.017Z","avatar_url":"https://github.com/activeviam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use Java API Migration Tool to migrate Atoti\n\nThis project allows to automatically migrate class imports of your java project when you bump your atoti-server version.\n\nIt is composed of two parts:\n - mapping application\n - migration tool\n\nDo not forget to run `mvn clean install` before running the tools.\n\n## Basic usage\n\n### Migrate your application from 6.0 to 6.1.0\n\nRun `./migrate.sh \"/path/to/the/project/to/migrate\"`.\n\n### Migrate your application from 5.11 to 6.1.0\n\nRun `./migrate.sh \"/path/to/the/project/to/migrate\" \"5.11\"`.\n\n### Migrate your application from 5.10 to 6.1.0\n\nRun `./migrate.sh \"/path/to/the/project/to/migrate\" \"5.10\"`.\n\n## Mapping\n\nIt is possible to generate mapping files with this tool (see `README_UNCENSORED.md`), but most relevant mapping files have already been generated.\nYou can find them all in `src/main/resources`.\n\n## Migration\n\nThe tool to migrate class imports with the generated mapping file.\n\nYou can use this tool by running `./migrate.sh \u003cargs\u003e` in  bash.\n\nAbout the arguments:\n - if 1 argument is provided, you can set the path to the project to migrate\n - if 2 arguments are provided, you can set the path to the project and its current atoti-server version\n - if 3 arguments are provided, you can set the path to the project and the current and target atoti-server versions\n\nDefault values for the current and target versions are `6.0.16` and `6.1.0` when they are not provided.\n\nMake sure there is a mapping file generated with these versions before trying to migrate.\n\nUsage example: `./migrate.sh \"/path/to/the/project/to/migrate\" \"6.0.0\" \"6.1.0\"`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveviam%2Fjava-api-migration-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factiveviam%2Fjava-api-migration-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveviam%2Fjava-api-migration-tool/lists"}