You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/12 14:38:58 UTC

[jira] [Commented] (CLOUDSTACK-9729) Spring 4.x support PR-1638 broke Nuage VSP plugin as of dependency to com.amazonaws.util.json.JSONException

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821134#comment-15821134 ] 

ASF GitHub Bot commented on CLOUDSTACK-9729:
--------------------------------------------

GitHub user fmaximus opened a pull request:

    https://github.com/apache/cloudstack/pull/1904

    Use latest Nuage client.

    CloudStack root pom change to use Amazon WS 11.1.16
    caused our client to fail, as it was depending on classes,
    which are not not present anymore.
    Latest client version uses Gson instead.
    
    BUG-ID: CLOUDSTACK-9729
    Bugfix-for: master

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fmaximus/cloudstack bugfix/CLOUDSTACK-9729

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1904.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1904
    
----
commit ec4216476eb274b970c5e319cae57887f68a45f8
Author: Frank Maximus <fr...@nuagenetworks.net>
Date:   2017-01-12T13:15:22Z

    Use latest Nuage client.
    
    CloudStack root pom change to use Amazon WS 11.1.16
    caused our client to fail, as it was depending on classes,
    which are not not present anymore.
    Latest client version uses Gson instead.
    
    BUG-ID: CLOUDSTACK-9729
    Bugfix-for: master

----


> Spring 4.x support PR-1638 broke Nuage VSP plugin as of dependency to com.amazonaws.util.json.JSONException
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9729
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9729
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.10.0.0
>            Reporter: Kris Sterckx
>            Assignee: Frank Maximus
>            Priority: Blocker
>             Fix For: 4.10.0.0
>
>
> https://github.com/apache/cloudstack/pull/1638 has moved from
> {noformat}
> <cs.aws.sdk.version>1.10.64</cs.aws.sdk.version>
> {noformat}
> to
> {noformat}
> <cs.aws.sdk.version>1.11.61</cs.aws.sdk.version>
> {noformat}
> which breaks the use of com.amazonaws.util.json.JSONException
> This breaks Nuage VSP network plugin as of its dependency to 
> {noformat}
>       <groupId>net.nuagenetworks.vsp</groupId>
>       <artifactId>nuage-vsp-acs-client</artifactId>
>       <version>1.0.0</version>
> {noformat} 
>  
> We need to fix that.



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