{"id":32868425,"url":"https://github.com/nicksguru/commons-exception-converter","last_synced_at":"2026-05-08T06:04:04.161Z","repository":{"id":321399381,"uuid":"1083066235","full_name":"nicksguru/commons-exception-converter","owner":"nicksguru","description":"Framework for converting exceptions","archived":false,"fork":false,"pushed_at":"2025-11-07T10:33:30.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T12:18:38.777Z","etag":null,"topics":["exception-handling","maven","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicksguru.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-25T09:22:22.000Z","updated_at":"2025-11-07T10:33:32.000Z","dependencies_parsed_at":"2025-10-29T13:31:00.833Z","dependency_job_id":null,"html_url":"https://github.com/nicksguru/commons-exception-converter","commit_stats":null,"previous_names":["nicksguru/commons-exception-converter"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nicksguru/commons-exception-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-exception-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-exception-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-exception-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-exception-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicksguru","download_url":"https://codeload.github.com/nicksguru/commons-exception-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-exception-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283475139,"owners_count":26841941,"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-11-09T02:00:05.828Z","response_time":62,"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":["exception-handling","maven","spring"],"created_at":"2025-11-09T08:01:06.867Z","updated_at":"2026-05-08T06:04:04.142Z","avatar_url":"https://github.com/nicksguru.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Nicks.Guru](https://nicks.guru) Commons Exception Converter\n\n![Latest version](https://img.shields.io/maven-central/v/guru.nicks.commons/exception-converter?filter=!25.*\u0026label=Latest%20version:\u0026cacheSeconds=10800)\n:rocket:\n![Release date](https://img.shields.io/maven-central/last-update/guru.nicks.commons/exception-converter?label=\u0026color=orange\u0026cacheSeconds=10800)\n\nFramework for converting exceptions.\n\n## Versioning\n\nThe version format is inspired by [Scalver](https://scalver.org) and looks like `M.yymmdd.N` (in UTC timezone), where:\n\n* `M`  - major version, same as in [SemVer](https://semver.org): starts from 0, increments in case of backwards\n  incompatibility\n* `yy` - year minus 2000: 25 for 2025, 100 for 2100\n* `mm` - month (zero-padded): 01 = Jan, 02 = Feb, 12 = Dec\n* `dd` - day of month (zero-padded): 01 to 31\n* `N`  - incremental build number, starts from 0 every day\n\n## Usage\n\nSee full version history on\n[Maven Central](https://central.sonatype.com/namespace/guru.nicks.commons), use as follows:\n\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eguru.nicks.commons\u003c/groupId\u003e\n            \u003cartifactId\u003ebom\u003c/artifactId\u003e\n            \u003cversion\u003e100.260504.0\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n      \u003cgroupId\u003eguru.nicks.commons\u003c/groupId\u003e\n      \u003cartifactId\u003eexception-converter\u003c/artifactId\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Documentation\n\nTo browse the API documentation, click [here](https://nicks.guru/commons/commons-exception-converter/apidocs).\n\nThis software adheres to the BDD (Behavior-Driven Development) approach. See module usage examples in Cucumber\ntest [scenarios](src/test/resources/cucumber/) and [steps](src/test/java/guru/nicks/cucumber/).\n\n## AI Tip\n\nGrab a 10% discount on **GLM 4.7 Coding Plan** model.\n\n🚀 Full support for 10+ top coding tools such as Claude Code, Cursor, Cline, Kilo Code, Roo Code, Sweep AI - starting at\njust $3 per month. **[Subscribe now](https://z.ai/subscribe?ic=FQFBJRY7RM)** and take advantage of the limited-time\noffer.\n\n![score](assets/glm47-score.png)\n\n## Disclaimer\n\nTHIS CODE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. USE AT YOUR OWN RISK.\n\nCopyright © 2025-2026 [nicks.guru](https://nicks.guru). All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicksguru%2Fcommons-exception-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicksguru%2Fcommons-exception-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicksguru%2Fcommons-exception-converter/lists"}