Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make provider interface "stateless"; SDK maintains provider state #1096

Merged
merged 31 commits into from
Sep 23, 2024

Merge branch 'main' into make-provider-stateless

6d199d9
Select commit
Loading
Failed to load commit list.
Merged

feat: make provider interface "stateless"; SDK maintains provider state #1096

Merge branch 'main' into make-provider-stateless
6d199d9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 23, 2024 in 0s

84.61% of diff hit (target 95.12%)

View this Pull Request on Codecov

84.61% of diff hit (target 95.12%)

Annotations

Check warning on line 35 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L35

Added line #L35 was not covered by tests

Check warning on line 44 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L44

Added line #L44 was not covered by tests

Check warning on line 68 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L68

Added line #L68 was not covered by tests

Check warning on line 73 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L73

Added line #L73 was not covered by tests

Check warning on line 76 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L76

Added line #L76 was not covered by tests

Check warning on line 78 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L78

Added line #L78 was not covered by tests

Check warning on line 83 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L83

Added line #L83 was not covered by tests

Check warning on line 86 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 246 in src/main/java/dev/openfeature/sdk/ProviderRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/ProviderRepository.java#L246

Added line #L246 was not covered by tests

Check warning on line 124 in src/main/java/dev/openfeature/sdk/providers/memory/InMemoryProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/dev/openfeature/sdk/providers/memory/InMemoryProvider.java#L124

Added line #L124 was not covered by tests