Dave Brosius created CASSANDRA-5606:
---------------------------------------
Summary: remove some deprecations in use of SnakeYaml
Key: CASSANDRA-5606
URL: https://issues.apache.org/jira/browse/CASSANDRA-5606
Project: Cassandra
Issue Type: Improvement
Components: Config
Affects Versions: 2.0
Reporter: Dave Brosius
Assignee: Dave Brosius
Priority: Trivial
Fix For: 2.0
Attachments: 5606.txt
new Yaml(new Loader(constructor)) is equivalent to new Yaml(constructor) now. remove the use
of Yaml(Loader) constructor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|