https://github.com/togglz/togglz
Feature Flags for the Java platform
https://github.com/togglz/togglz
feature-flags feature-toggles java
Last synced: about 1 year 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T13:57:17.000Z (about 2 years ago)
- Last Synced: 2024-04-12T07:08:33.892Z (about 2 years 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
- awesome-java - Togglz
README
[](https://github.com/togglz/togglz/actions/workflows/maven.yml)
[](https://codecov.io/gh/togglz/togglz)
[](https://maven-badges.herokuapp.com/maven-central/org.togglz/togglz-core)


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)