flagsmith-java-client
flagsmith-java-client copied to clipboard
Java Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
This change basically allows API calls that make _minimum required calls_ to calculate the value of a flag. Results of benchmark ``` Benchmark (dataSet) Mode Cnt Score Error Units EvaluationBenchmark.singleFlagLegacy...
We should sign and push our jar to public mvn repos based on github releases and actions, so github and mvn repo are in sync. - [ ] Creating a...
Let say I configure a FlagsmithCache of 1 minute. If I call getEnvironmentFlags and then call getIdentityFlags, then the first cached call will be returned for the second call. I...
In certain areas (as per comments linked below) we are catching the generic Exception class where we should be more specific. https://github.com/Flagsmith/flagsmith-java-client/pull/65#discussion_r885534864 https://github.com/Flagsmith/flagsmith-java-client/pull/65#discussion_r885536045
Currently, whenever the code coverage percentage changes, the build will fail because the process to commit the updated JaCoCo fails due to the branch protection rules.
Closes #152.
Currently the workflow to publish the code coverage results is failing due to github permissions (e.g. https://github.com/Flagsmith/flagsmith-java-client/actions/runs/10142818065/job/28042881519). For now, I'm going to remove the code coverage badge, and in the...
Upgraded the pom dependencies to latest available versions.