{"id":16145591,"url":"https://github.com/falsepattern/succ4j","last_synced_at":"2025-03-18T17:32:02.198Z","repository":{"id":107106326,"uuid":"255177506","full_name":"FalsePattern/Succ4J","owner":"FalsePattern","description":"A port of JimmyCushnie's SUCC (https://github.com/JimmyCushnie/SUCC) to Java ","archived":false,"fork":false,"pushed_at":"2022-12-20T19:47:40.000Z","size":159,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T11:24:13.417Z","etag":null,"topics":["config","configuration-files","java-library","markup-language","serialization","serialization-format","serialization-library"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FalsePattern.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-12T21:57:19.000Z","updated_at":"2022-12-20T19:47:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"79a149d2-63dc-4961-88ba-5763e33cd605","html_url":"https://github.com/FalsePattern/Succ4J","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalsePattern%2FSucc4J","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalsePattern%2FSucc4J/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalsePattern%2FSucc4J/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FalsePattern%2FSucc4J/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FalsePattern","download_url":"https://codeload.github.com/FalsePattern/Succ4J/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243944892,"owners_count":20372882,"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":["config","configuration-files","java-library","markup-language","serialization","serialization-format","serialization-library"],"created_at":"2024-10-10T00:16:55.578Z","updated_at":"2025-03-18T17:32:02.190Z","avatar_url":"https://github.com/FalsePattern.png","language":"Java","readme":"# Succ4J\nSee https://github.com/JimmyCushnie/SUCC for the official documentation. See the tests for examples.\n\n# How to add as a dependency\n## Maven\n\nAdd the following repository into your project's pom.xml:\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003eFalsePattern-maven-repo\u003c/id\u003e\n        \u003curl\u003ehttps://falsepattern.ddns.net/maven2/\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\nand then include Succ4J as a dependency:\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.falsepattern\u003c/groupId\u003e\n        \u003cartifactId\u003esucc4j\u003c/artifactId\u003e\n        \u003cversion\u003eVERSION\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\nReplace VERSION with the version you want to use\n\n## Downloading as a standalone jar\nGo to the [succ4j repository](https://falsepattern.ddns.net/maven2/com/github/falsepattern/succ4j/), choose your version, download succ4j-VERSION.jar and add it as a dependency to your project.\n\n# Changelog:\n1.2.0: Added annotation @GenericID, which can be used in generic classes to specify which generic type is used by a field based on an index (see ComplexChild.java in the tests for example)\n\n1.1.3: Can now save fields of superclasses. Previously superclass data was lost due to the getDeclaredFields() not returning superclass fields.\n\n1.1.2: Fix error when trying to save/load types containing arrays of references (example: List\u003cObject[]\u003e)\n\n1.1.1: Fix security exception when trying to access protected or package-private fields\n\n1.1.0+sources: Added source jar generation to maven packaging, removed releases, use packaged versions\n\n1.1.0: Breaking refactors: Moved package from succ to com.github.falsepattern.succ4j\n\n1.0.1: File auto-reload now works properly \n\n1.0: Initial release\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalsepattern%2Fsucc4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalsepattern%2Fsucc4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalsepattern%2Fsucc4j/lists"}