docs: Add an OpenFeature feature matrix to the README - #60
Open
kinyoklion wants to merge 1 commit into
Open
Conversation
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
@cursor review |
kinyoklion
marked this pull request as ready for review
August 31, 2026 21:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a feature matrix to the README mirroring the OpenFeature Java SDK's own feature table, so a reader can see at a glance what this provider supports.
InitializationandFlag metadataInitializationis marked partial: it has no timeout of its own (#58)Implementation details
Written during the weekly OpenFeature provider audit. Each row was checked against the provider source rather than assumed; the wording follows the matrix already present in the Ruby provider README.
Requirements
Related issues
#58
Link to Devin session: https://app.devin.ai/sessions/38a6eaf69fcf41109e136a1d0fe5e899
Requested by: @kinyoklion
Note
Overview
Adds a Feature matrix section to the README (between supported Java versions and Getting started) so readers can compare this LaunchDarkly OpenFeature provider against the OpenFeature Java SDK feature table.
The table lists each capability with ✅/⚠️ status and short notes on provider vs SDK responsibility (e.g. multi-provider, hooks, transaction context from the SDK; targeting, eventing, tracking, flag metadata from the provider). Initialization is the only row marked partial (⚠️ ), with a link to #58 for the lack of a dedicated initialize timeout. A legend clarifies supported, partial, and not-supported icons.
Reviewed by Cursor Bugbot for commit 1f5bac8. Bugbot is set up for automated code reviews on this repo. Configure here.