Description
ValueMap.getAsBoolean(key, defaultValue) should check if the provided key actually exists, and if not return the defaultValue. Currently it will delegate to Strings.isTrue(null) which always returns false.
ValueMap.getAsBoolean(key, defaultValue) should check if the provided key actually exists, and if not return the defaultValue. Currently it will delegate to Strings.isTrue(null) which always returns false.