{"id":21656818,"url":"https://github.com/romanow/feature-flags","last_synced_at":"2026-04-13T17:01:54.640Z","repository":{"id":263808552,"uuid":"891447736","full_name":"Romanow/feature-flags","owner":"Romanow","description":"Feature Flags implementation for Java and Spring Boot","archived":false,"fork":false,"pushed_at":"2025-06-10T11:46:54.000Z","size":85,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T12:39:17.788Z","etag":null,"topics":["feature-flags","spring-boot"],"latest_commit_sha":null,"homepage":"https://romanow.github.io/feature-flags/","language":"Kotlin","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/Romanow.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}},"created_at":"2024-11-20T10:58:24.000Z","updated_at":"2025-06-10T11:44:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"080e5fcc-20c9-410c-a62e-65ac3f2ed9d7","html_url":"https://github.com/Romanow/feature-flags","commit_stats":null,"previous_names":["romanow/feature-flags"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Romanow/feature-flags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Ffeature-flags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Ffeature-flags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Ffeature-flags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Ffeature-flags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Romanow","download_url":"https://codeload.github.com/Romanow/feature-flags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Romanow%2Ffeature-flags/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264697557,"owners_count":23650955,"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":["feature-flags","spring-boot"],"created_at":"2024-11-25T09:17:41.698Z","updated_at":"2026-04-13T17:01:54.633Z","avatar_url":"https://github.com/Romanow.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/Romanow/feature-flags/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Romanow/feature-flags/actions/workflows/build.yml)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n[![Release](https://img.shields.io/github/v/release/Romanow/feature-flags?logo=github\u0026sort=semver)](https://github.com/Romanow/feature-flags/releases/latest)\n[![Codecov](https://codecov.io/gh/Romanow/feature-flags/branch/master/graph/badge.svg?token=Cckw6pHLh7)](https://codecov.io/gh/Romanow/feature-flags)\n[![License](https://img.shields.io/github/license/Romanow/feature-flags)](https://github.com/Romanow/feature-flags/blob/master/LICENSE)\n\n# Feature Flags\n\n## Подключение\n\n### Maven\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eru.romanow\u003c/groupId\u003e\n    \u003cartifactId\u003efeature-flags\u003c/artifactId\u003e\n    \u003cversion\u003e${feature-flags.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n\n```groovy\ntestImplementation \"ru.romanow:feature-flags:$featureFlagsVersion\"\n```\n\n## Реализация\n\nКлассы, которые необходимо перезагружать при обновлении флагов:\n\n* Класс `Features` (`@ConfigurationProperties(prefix = \"features\")`) и beans, куда он autowired.\n* Beans, помеченные аннотациями `@ConditionOnFeatureEnabled`, `ConditionOnFeatureDisabled` и\n  `@DefaultFeatureImplementation`.\n* Классы, где есть `@Value(\"${features.*})`.\n\nСпособы получения обновленного конфига:\n\n* Файл на host-машине:\n    * classpath (by default) – не контролируется;\n    * `/opt/features.yml` (контролируется переменной `features.config.location`).\n* Запросом к config-серверу.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanow%2Ffeature-flags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanow%2Ffeature-flags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanow%2Ffeature-flags/lists"}