From dc30abad536216a8eaceb68fea163328661335da Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 17 Sep 2026 00:32:49 -0400 Subject: [PATCH] Add Featureflip Java SDK to Feature Flags Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_011nYryDp6E8GNEwiEypzivS --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..8e81dcd3 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -441,6 +441,7 @@ _Libraries that assist with processing office document formats._ _Libraries and SDKs for evaluating and managing feature flags._ +- [Featureflip Java SDK](https://github.com/canopy-labs/featureflip-java) - Java SDK for the Featureflip hosted platform, evaluating flags locally from a streamed rule set with an OpenFeature provider available. - [FF4J](https://github.com/ff4j/ff4j) - Feature Flags for Java. - [OpenFeature Java SDK](https://github.com/open-feature/java-sdk) - Vendor-neutral API for evaluating feature flags in Java applications. - [Rollgate Java SDK](https://github.com/rollgate/sdks/tree/main/packages/sdk-java) - Java SDK for evaluating Rollgate feature flags with real-time configuration updates.