From 85c98e43c11dac48387be39d3e62ea85664bb799 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 4 Feb 2025 11:04:47 -0500 Subject: [PATCH] chore: add chrfwow to Java approvers @chrfwow has been contributing significantly to our Java implementations: - finally hook change in SDK: https://github.com/open-feature/java-sdk/issues/1246 - flag metadata support in the flagd java provider: https://github.com/open-feature/java-sdk-contrib/pull/1122 And most recently identified a deadlock in the Java SDK, opened an issue describing it, and has been helping to guide the fix by a new contributor: https://github.com/open-feature/java-sdk/pull/1314 I'm nominating them for Java approver. @chrfwow please approve or :+1: this PR for signal your interest. Signed-off-by: Todd Baert --- config/open-feature/sdk-java/workgroup.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/open-feature/sdk-java/workgroup.yaml b/config/open-feature/sdk-java/workgroup.yaml index 5e4de8ed..438fdee5 100644 --- a/config/open-feature/sdk-java/workgroup.yaml +++ b/config/open-feature/sdk-java/workgroup.yaml @@ -8,6 +8,7 @@ approvers: - ajhelsby - thisthat - liran2000 + - chrfwow maintainers: - aepfli