Kris Sterckx created CLOUDSTACK-9729:
----------------------------------------
Summary: 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: Kris Sterckx
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)