flagsmith-java-client icon indicating copy to clipboard operation
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/

Results 17 flagsmith-java-client issues
Sort by recently updated
recently updated
newest added

Hello Team, We would like to use the Flagsmith-java-client via Spring Boot 3.3.1, which is based on Java 17 and Jakarta. Some of the imports in Flagsmith-java-client use Javax. which...

This PR offers a fix for the issue described in #153

The client uses okhttp3, which supports, by default, HTTP/2 and HTTP/1.1 protocol, through protocol negotiation. Unfortunately, on networks with variable latency, it often happen that the negotiation fails, and the...

- Update `identifyUserWithTraits` to support optional boolean `transient` argument to denote a transient identity, and support the updated API endpoint schema here https://github.com/Flagsmith/flagsmith/issues/4279 - Update `TraitModel` by adding an optional...

:robot: I have created a release *beep* *boop* --- ## [8.0.0](https://github.com/Flagsmith/flagsmith-java-client/compare/v7.4.3...v8.0.0) (2025-10-29) ### ⚠ BREAKING CHANGES * Context Values support, `getEvaluationResult` ([#184](https://github.com/Flagsmith/flagsmith-java-client/issues/184)) ### Features * Actualise context schema, `SPLIT` reason...

autorelease: pending

See https://github.com/Flagsmith/flagsmith/issues/6051. In the mapper layer, omit segments from evaluation context when `getEnvironmentFlags` is called.

- Fixed typo: "bellow" → "below" - Improved SDK description for clarity - Updated "Get in touch" section to use Markdown email link - Reworded IntelliJ instructions for better readability...