Closed jkschneider closed 3 years ago
At this point in YamlResourceLoader, listRecipes() could only have known about the recipes in the same YAML.
YamlResourceLoader
listRecipes()
https://github.com/openrewrite/rewrite/blob/main/rewrite-core/src/main/java/org/openrewrite/config/YamlResourceLoader.java#L222
Causes output like this in the maven plugin:
I haven't seen any issue with spurious recipe validation errors in either build plugin or the saas in quite a few releases, I believe we can consider this fixed.
At this point in
YamlResourceLoader
,listRecipes()
could only have known about the recipes in the same YAML.https://github.com/openrewrite/rewrite/blob/main/rewrite-core/src/main/java/org/openrewrite/config/YamlResourceLoader.java#L222
Causes output like this in the maven plugin: