java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Java implementation of the OpenFeature SDK

Results 42 java-sdk issues
Sort by recently updated
recently updated
newest added

## This PR - ensures that the error hook is ran when the provider returns an error code ### Related Issues Fixes #928 ### Notes saw this bug and seemed...

## This PR - implements most of #843 (see notes as have currently left out the 2 experimental requirements) ### Related Issues Resolves #843 ### Notes As this change was...

:robot: I have created a release *beep* *boop* --- ## [1.8.1](https://github.com/open-feature/java-sdk/compare/v1.8.0...v1.8.1) (2024-05-23) ### 🐛 Bug Fixes * **deps:** update dependency io.cucumber:cucumber-bom to v7.18.0 ([#944](https://github.com/open-feature/java-sdk/issues/944)) ([bdc19b2](https://github.com/open-feature/java-sdk/commit/bdc19b2cc07dfbad1093914933b52d405d9941f7)) * PMD warnings with new...

autorelease: pending

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-feature/java-sdk). ## Config Migration Needed - [ ]...

#### Stateless providers Providers no longer maintain their own state: the state for each provider is maintained in the SDK automatically, and updated according to the success/failures of lifecycle methods...

contribfest
v0.8.0

This PR contains no functional changes, it: - adds specific test for API context - cleans up general merging test by using spy - adds missing javadocs on API fixes:...

The typescript examples in the OpenFeature docs show this snippet: ```typescript // add a value to the context await OpenFeature.setContext({ myUserData: 'myUserValue' }); // the context is used for all...

## Overview A `domain` is an identifier that logically binds clients with providers, allowing multiple providers to be used simultaneously within a single application. Domains were added to the spec...

help wanted
contribfest
v0.8.0

See the issue reported for JS SDK [^1] Similarly, we need to check details for error and execute error hook in Java SDK [^2] [^1]: - https://github.com/open-feature/js-sdk/issues/925 [^2]: - https://github.com/open-feature/java-sdk/blob/v1.8.0/src/main/java/dev/openfeature/sdk/OpenFeatureClient.java#L126-L141

This is a tracking issue with breaking changes such as `@Deprecated` annotated methods. The resulting PR should be marked with breaking changes so that we can upgrade to the next...