Caused by: java.lang.NullPointerException
at org.ho.yaml.JYamlParserEvent.getBean(Unknown Source)
at org.ho.yaml.YamlDecoder.readObject(Unknown Source)
at org.ho.yaml.YamlConfig.load(Unknown Source)
at org.ho.yaml.YamlConfig.load(Unknown Source)
at org.ho.yaml.Yaml.load(Unknown Source)
As of 2.0.1 RESTEasy version, YAML support was provided using JYAML which is not under development anymore. So I gave a shot at integrating SnakeYaml which is a very active project with good community around it. It was not a whole lot of work and it did not cause any regression in my local testing so I went ahead and committed to trunk after discussing with Bill. Thanks Bill. More details are at https://issues.jboss.org/browse/RESTEASY-543 . I updated the RESTEasy's doc as well..isn't that nice? ;-)
No comments:
Post a Comment