Java implementation of the OpenFeature SDK

java openfeature sdk
2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to modify the Java OpenFeature SDK to expose the keys of the `ImmutableMetadata` object within `FlagEvaluationDetails`. This will allow clients to access and utilize the metadata associated with flag evaluations without resorting to reflection. The change should maintain the immutability of the metadata.

Complexity: 3/5
enhancement good first issue

Java implementation of the OpenFeature SDK

Java
#java#openfeature#sdk

AI Summary: This task involves migrating the multi-provider functionality from the OpenFeature Java SDK's contrib repository into the main SDK repository. This includes deprecating or removing the multi-provider from the contrib repository and potentially simplifying the code now that it has access to SDK internals. The migrated multi-provider should be marked as experimental.

Complexity: 4/5
enhancement good first issue help wanted

Java implementation of the OpenFeature SDK

Java
#java#openfeature#sdk