Seems PR 209(Add support for easier YAML loading.) does not support multiple resources in one yaml file (separated by ---), which is quite common in daily use.
I guess using snakeyaml.Yaml.loadAll() would be a quick fix, but it conflicts with your current api. So do you get any plan for this?
Thanks.
Seems PR 209(Add support for easier YAML loading.) does not support multiple resources in one yaml file (separated by
---), which is quite common in daily use.I guess using
snakeyaml.Yaml.loadAll()would be a quick fix, but it conflicts with your current api. So do you get any plan for this?Thanks.