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
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. Source: https://github.com/h
- Harness Java client waitForInitialization hangs forever with a bad API key
Fixed in the SDK via PR #137. Update the ff-java-server-sdk past that fix and a bad API credential fails fast instead of hanging forever. Source: https://github.com/harness/ff-java-server-sdk/issues/136 Source: https://github.com/harness/
- java.lang.NoSuchMethodError: kotlin.collections.ArraysKt.copyInto with the Harness Java SDK in Spring Boot
Upgrade Spring Boot to 2.7.x if you can, which brings a compatible kotlin-stdlib. If not, force a newer kotlin-stdlib by adding it directly to your dependencies. This is a classpath conflict, not a bug in the SDK. Source: https://github.co