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 6b3f2a4 commit bf06d00Copy full SHA for bf06d00
avaje-config/src/main/java/io/avaje/config/Parsers.java
@@ -27,7 +27,7 @@ private void initYamlParser() {
27
YamlLoader yamlLoader =
28
modules
29
.findModule("io.avaje.config")
30
- .map(m -> modules.findModule("org.yaml.snakeyaml").isPresent())
+ .filter(m -> modules.findModule("org.yaml.snakeyaml").isPresent())
31
.map(m -> (YamlLoader) new YamlLoaderSnake())
32
.orElseGet(
33
() -> {
0 commit comments