Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)