You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2016/08/02 13:49:20 UTC

[jira] [Resolved] (JCLOUDS-1147) Byon should avoid using deprecated snakeyaml Loader class

     [ https://issues.apache.org/jira/browse/JCLOUDS-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignasi Barrera resolved JCLOUDS-1147.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> 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: 1.9.2, 2.0.0
>            Reporter: Josef Cacek
>              Labels: byon
>             Fix For: 2.0.0
>
>
> 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)