Upgrade to openstack libs version 1.3.0 17/67417/1
authorRob Daugherty <rd472p@att.com>
Tue, 18 Sep 2018 18:06:51 +0000 (14:06 -0400)
committerRob Daugherty <rd472p@att.com>
Tue, 18 Sep 2018 18:06:51 +0000 (14:06 -0400)
commitae6dd3e07bea17a6e4664a01f142afa8003debbe
tree6b8cb3f9d13c5929dc822756aa4177a388b7eb03
parent65bb66e63dd1d9fcfa4c12b288b5af91343bee01
Upgrade to openstack libs version 1.3.0

Version 1.3.0 uses fasterxml.jackson.

Note: several unit tests were wrong and had to be fixed. They were
using a fasterxml ObjectMapper to deserialize openstack library
class objects compiled with codehaus JsonProperty annotations.
Consequently, the ObjectMapper could not "see" the annotations.
The tests "worked" because the json was constructed wrongly to
match. I have now fixed the json so that they have the true
property names defined by the annotations.

Change-Id: I088137ee5dd5af9cffd426610a50ae6408c5b190
Issue-ID: SO-1025
Signed-off-by: Rob Daugherty <rd472p@att.com>
adapters/mso-adapter-utils/src/test/resources/__files/HeatStack.json
adapters/mso-adapter-utils/src/test/resources/__files/OpenstackResponse_Access.json
adapters/mso-adapter-utils/src/test/resources/__files/OpenstackResponse_Stack_DeleteComplete.json
adapters/mso-adapter-utils/src/test/resources/__files/UpdateStack.json
adapters/mso-adapters-rest-interface/src/test/resources/stack-example.json
pom.xml