configcat / java-sdk

ConfigCat SDK for Java. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/java
MIT License
20 stars 6 forks source link

Add missing User-less method overloads #38

Closed z4kn4fein closed 9 months ago

z4kn4fein commented 9 months ago

Describe the purpose of your pull request

This PR adds missing User-less method overloads for getAllValues(), getAllValuesAsync(), getAllValueDetails(), and getAllValueDetailsAsync().

Related issues (only if applicable)

n/a

Requirement checklist (only if applicable)

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here