{"id":20800302,"url":"https://github.com/atbashee/atbash-config","last_synced_at":"2025-08-12T09:04:03.521Z","repository":{"id":26997866,"uuid":"112113416","full_name":"atbashEE/atbash-config","owner":"atbashEE","description":"MicroProfile Config extensions","archived":false,"fork":false,"pushed_at":"2023-01-08T14:24:02.000Z","size":651,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T14:46:54.060Z","etag":null,"topics":["cdi","configuration","java7","javaee","microprofile"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atbashEE.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}},"created_at":"2017-11-26T20:16:07.000Z","updated_at":"2024-12-09T19:54:22.000Z","dependencies_parsed_at":"2023-01-14T06:00:09.370Z","dependency_job_id":null,"html_url":"https://github.com/atbashEE/atbash-config","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/atbashEE/atbash-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atbashEE","download_url":"https://codeload.github.com/atbashEE/atbash-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270032623,"owners_count":24515322,"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-08-12T02:00:09.011Z","response_time":80,"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":["cdi","configuration","java7","javaee","microprofile"],"created_at":"2024-11-17T18:13:13.258Z","updated_at":"2025-08-12T09:04:03.467Z","avatar_url":"https://github.com/atbashEE.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/:license-Apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![Build Status](https://travis-ci.org/atbashEE/atbash-config.svg?branch=master)](https://travis-ci.org/atbashEE/atbash-config)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/be.atbash.config/atbash-config/badge.svg)](https://maven-badges.herokuapp.com/maven-central/be.atbash.config/atbash-config)\n\n# atbash-config\nAdditional functionality on top of MicroProfile Config 1.x - 3.x\n\nIf you still need support for Java 7, please use version v0.9.3\n\n## Atbash configuration extension\n\nBy adding the Atbash configuration Maven artifact, you add some additional features as described in the _introduction_ section.\n\nThis artifact can be used in combination with the Java 7 ported code but also works with any other MP Config 1.1 compliant implementation.\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ebe.atbash.config\u003c/groupId\u003e\n        \u003cartifactId\u003eatbash-config\u003c/artifactId\u003e\n        \u003cversion\u003e${atbash.config.version}\u003c/version\u003e\n    \u003c/dependency\u003e\n\nThe list of features is described in the _Atbash configuration features_ section.\n\nWhen using The Atbash configuration extension with a 'real' implementation, it is advised to exclude the _be.atbash.config:microprofile-config-api_ since these classes are already present (through the dependency on the MP API from the 'real' configuration implementation)\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ebe.atbash.config\u003c/groupId\u003e\n        \u003cartifactId\u003eatbash-config\u003c/artifactId\u003e\n        \u003cversion\u003e${atbash.config.version}\u003c/version\u003e\n        \u003cexclusions\u003e\n            \u003cexclusion\u003e\n                \u003cgroupId\u003ebe.atbash.config\u003c/groupId\u003e\n                \u003cartifactId\u003emicroprofile-config-api\u003c/artifactId\u003e\n            \u003c/exclusion\u003e\n        \u003c/exclusions\u003e\n    \u003c/dependency\u003e\n\n## User manual\n\nSee [here](https://github.com/atbashEE/atbash-config/blob/master/impl/src/main/doc/manual.pdf)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatbashee%2Fatbash-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatbashee%2Fatbash-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatbashee%2Fatbash-config/lists"}