ff4j/ff4j
Feature Flags for Java made easy observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 97
- Release rhythm 60
- Longevity 100
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4820
- days_rel: 30
- days_push: 20
- n_releases_24m: 1
Adoption not part of the score
1449 stars · 288 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FF4J is a Java library implementing the Feature Toggle pattern, letting teams enable and disable features at runtime without redeployments. It supports role- and strategy-based toggling, AOP annotations, monitoring dashboards, an audit trail, a web console, a CLI, and 20+ database backends for storing feature state.
Use cases
- toggle features at runtime without redeploying my java app
- run canary releases with role-based feature access
- avoid nested if statements with annotation-driven feature flags
- store feature flags in redis or another database
- audit who toggled features and when
- monitor feature usage with metrics and dashboards
- manage feature flags from a web console or cli
When to choose
- you need feature flags in a Java/JVM application
- you want runtime toggling with role-based or strategy-based access control
- you need a self-hosted solution with many storage backends and a built-in admin console
- you use Spring or Spring Boot and want starter/AOP integration
When to avoid
- you need a multi-language or SaaS-hosted feature flag platform
- your stack is not on the JVM
- you only need simple environment-based config without runtime toggling
Facets
library · maturity active
feature-flags configuration-management monitoring middleware developer-tools backend web-development jvm self-hosted feature-toggle feature-flipping canary-release aop spring-boot-starter web-console audit-trail devops spring
2 sources
- readme: https://github.com/ff4j/ff4j · fetched 2026-08-28 · c83e17becf37
- homepage: http://ff4j.github.io · fetched 2026-08-29 · cbce03119baf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ff4j/ff4j | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem