Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/togglz/togglz
Feature Flags for the Java platform
https://github.com/togglz/togglz
feature-flags feature-toggles java
Last synced: 3 days ago
JSON representation
Feature Flags for the Java platform
- Host: GitHub
- URL: https://github.com/togglz/togglz
- Owner: togglz
- License: apache-2.0
- Created: 2011-12-21T16:49:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T13:57:17.000Z (10 months ago)
- Last Synced: 2024-04-12T07:08:33.892Z (10 months ago)
- Topics: feature-flags, feature-toggles, java
- Language: Java
- Homepage: https://www.togglz.org/
- Size: 3.51 MB
- Stars: 918
- Watchers: 31
- Forks: 252
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
[![GitHub CI](https://github.com/togglz/togglz/actions/workflows/maven.yml/badge.svg)](https://github.com/togglz/togglz/actions/workflows/maven.yml)
[![codecov](https://codecov.io/gh/togglz/togglz/branch/master/graph/badge.svg?token=9o5olkwtxF)](https://codecov.io/gh/togglz/togglz)
[![Maven Central](https://img.shields.io/maven-central/v/org.togglz/togglz-core.svg)](https://maven-badges.herokuapp.com/maven-central/org.togglz/togglz-core)
![License](https://img.shields.io/github/license/togglz/togglz)![togglz logo](https://www.togglz.org/images/togglz-logo.png)
Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users.Want to learn more? Have a look at https://www.togglz.org/ or at the [togglz example applications](https://github.com/togglz/togglz/tree/master/samples)