Josef Cacek created JCLOUDS-1147:
------------------------------------

             Summary: Byon should avoid using deprecated snakeyaml Loader class
                 Key: JCLOUDS-1147
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1147
             Project: jclouds
          Issue Type: Bug
          Components: jclouds-compute
    Affects Versions: 2.0.0
            Reporter: Josef Cacek


The byon API fails to work with newer snakeyaml versions (e.g. when newer 
snakeyaml dependency is introduced by other library).

The error is following.
{code}
java.lang.NoClassDefFoundError: org/yaml/snakeyaml/Loader
{code}

The problem is, the byon uses snakeyaml version 1.11 which still contains 
*deprecated* {{Loader}} class. The functionality provided originally by the 
{{Loader}} is already directly in the {{Yaml}} class. The deprecated class was 
removed in snakeyaml 1.15. The current version is 1.17.

I suggest to fix the problem and upgrade the dependency to the latest snakeyaml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to