{"id":42267857,"url":"https://github.com/cvent/jackson-compatibility-test","last_synced_at":"2026-01-27T06:51:34.201Z","repository":{"id":66123460,"uuid":"179749261","full_name":"cvent/jackson-compatibility-test","owner":"cvent","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-08T04:27:58.000Z","size":10,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-08T05:40:50.280Z","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/cvent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-05T20:22:11.000Z","updated_at":"2019-04-05T20:23:14.000Z","dependencies_parsed_at":"2025-02-21T21:31:49.621Z","dependency_job_id":"fd4f23b6-2c17-4a84-94f7-be98a81c5f6c","html_url":"https://github.com/cvent/jackson-compatibility-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvent/jackson-compatibility-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvent%2Fjackson-compatibility-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvent%2Fjackson-compatibility-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvent%2Fjackson-compatibility-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvent%2Fjackson-compatibility-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvent","download_url":"https://codeload.github.com/cvent/jackson-compatibility-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvent%2Fjackson-compatibility-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28806722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T06:25:51.065Z","status":"ssl_error","status_checked_at":"2026-01-27T06:25:50.640Z","response_time":168,"last_error":"SSL_read: 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":"2026-01-27T06:51:33.408Z","updated_at":"2026-01-27T06:51:34.183Z","avatar_url":"https://github.com/cvent.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enum Deserializer \n\nThis library smooths out differences in the way that different versions of jackson deserialize enums\nto ease the process of upgrading between versions. In jackson-databind-2.3.3, an int can be successfully\ndeserialized into an enum while in jackson-databind-2.5.4 and newer, it can't. The custom deserializer\nhandles the following cases:\n\n - Deserializing from int\n\t - If there is a @JsonCreator method that takes in int, use that\n\t - If there isn't and there is a single field in the enum of type int, match based on that\n- Deserializing from string\n\t- If the string parses to an int, parse it and use the int creation method instead\n\t- If there isn't and there is a @JsonCreator method that takes in string, use that\n\t- If there isn't match based on the name of the enum variants\n\n# How to build locally\n```\nmvn clean install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvent%2Fjackson-compatibility-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvent%2Fjackson-compatibility-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvent%2Fjackson-compatibility-test/lists"}