+1

I used SnakeYaml in a project [1] that parses TAP test streams and in some 
Jenkins plug-ins, and had a look at the source code too. It works very well 
with the latest YAML spec and the source code is very neat and with many tests. 

TestNG uses SnakeYaml for parsing YAML configuration of test suites too [2].

[1] http://www.tap4j.org
[2] https://github.com/cbeust/testng/blob/master/pom.xml#L124

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com

>________________________________
> From: Simone Tripodi <simonetrip...@apache.org>
>To: Commons Developers List <dev@commons.apache.org> 
>Sent: Thursday, 26 July 2012 4:58 AM
>Subject: Re: [chain2] configuration façade APIs
> 
>> I may draft up a prototype using YAML as a configuration source, just
>> to make sure that it in fact is a good abstraction. I noticed that the
>> SnakeYaml parser is under the Apache 2.0 license
>> (http://code.google.com/p/snakeyaml/). I'm assuming that it wouldn't
>> be a problem to take it as a dependency.
>
>+1!
>
>-Simo
>
>http://people.apache.org/~simonetripodi/
>http://simonetripodi.livejournal.com/
>http://twitter.com/simonetripodi
>http://www.99soft.org/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>For additional commands, e-mail: dev-h...@commons.apache.org
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to