library · inferred from evidence
ff-java-server-sdk
A Java server SDK for feature flags, maintained by Harness.
- Cannot use a target to enable a flag that is disabled in Harness
In Harness Feature Flags: Flip the flag ON and make the default rule serve False, then add target rules that serve True for the users you want. That gives you off-for-everyone except specific targets, which is the intended way to do it.
- Harness Java client waitForInitialization hangs forever with a bad API key
In Harness Feature Flags: Fixed in the SDK via PR #137. Update the ff-java-server-sdk past that fix and a bad API key fails fast instead of hanging forever.