We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71951f8 commit cf34c77Copy full SHA for cf34c77
src/test/java/dev/openfeature/sdk/testutils/TestFlagsUtils.java
@@ -39,7 +39,7 @@ public class TestFlagsUtils {
39
*
40
* @return map of flags
41
*/
42
- public static Map<String, Flag<?>> buildFlags() {
+ public static synchronized Map<String, Flag<?>> buildFlags() {
43
if (flags == null) {
44
ObjectMapper objectMapper = new ObjectMapper();
45
objectMapper.configure(StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION.mappedFeature(), true);
0 commit comments