powerful-flag-76126
03/10/2026, 8:24 AMisOn() for that key returns false.
Looking at the code, the comment says isOn() should return true for any “truthy” value, where only null, false, "", and 0 are considered falsy. But the implementation checks specific types and there’s nothing for maps/objects, so it falls back to false.
Is this the expected behavior (i.e., isOn() only returns true for certain primitive types), or should objects/maps be considered truthy? Happy to investigate and open a PR if needed, just wanted to confirm the intended behavior first.powerful-spoon-16837
03/10/2026, 8:47 AMpowerful-flag-76126
03/10/2026, 8:52 AMpowerful-flag-76126
03/10/2026, 9:03 AMpowerful-spoon-16837
03/10/2026, 9:09 AMpowerful-spoon-16837
03/10/2026, 2:51 PMpowerful-flag-76126
03/11/2026, 6:43 AMpowerful-spoon-16837
03/17/2026, 8:24 AMimplementation("com.github.growthbook:growthbook-sdk-java:0.10.7").
Could you update to the latest version and let us know if the issue is resolved on your end? Thanks!