diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-16 18:05:26 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-17 04:33:34 +0000 |
commit | ae1b78db09cdf7cacaed998b714d8fb0bf4b5c37 (patch) | |
tree | 4049702fd52d92fda5f382f2581e5f2bb76346b0 | |
parent | 3a516fb593559ba7338751bba0cefdf27c9971dd (diff) |
Updated git submodules
Project: so master e34e4d0df23d1919fd9630ba34a8659279086908
alaCarteSet unrecognized field
The aLaCarte and aLaCarteSet fields in RequestParameters class
and their corresponsding methods are not consistently named,
and thus they are not serialized/deserialized correctly by
the Jackson JSON utilities.
We were seeing this sort of thing in the requests database:
"requestParameters": {
"subscriptionServiceType": "vFW",
"aLaCarte": true,
"autoBuildVfModules": false,
"cascadeDelete": false,
"usePreload": true,
"rebuildVolumeGroups": false,
"alaCarteSet": true,
"alaCarte": true
}
We obviously shouldn't have "alaCarte" as well as "aLaCarte".
And I don't think we want "alaCarteSet" to be persisted in the
DB at all (it should be ignored by the JSON mapper).
Issue: SO-219
Change-Id: Ia943d2970cb7db153f3af73289f426a154917f7e
Signed-off-by: Rob Daugherty <rd472p@att.com>
m--------- | docs/submodules/so.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject 09c8a0f61868c69315115156447b34acaf907ba +Subproject e34e4d0df23d1919fd9630ba34a865927908690 |