Updated git submodules
authorRob Daugherty <rd472p@att.com>
Mon, 17 Sep 2018 15:59:12 +0000 (15:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 17 Sep 2018 15:59:12 +0000 (15:59 +0000)
commit5aa766d39d413e43704c0a73302e7291e4109d1e
tree4aa899cd0aad912aa2a2648ec73328e2321d65c6
parent132f79a73b81224817ad9eba7efb678b5204da1e
Updated git submodules

Project: so master 077b69a9dab041c229db5ca891bd01b817b90ac7

Merge "Accept header not honored when building exception"

Accept header not honored when building exception

added accept headers to http entity request
mappers were looking at "Content-Type" and not "Accept"
modified test to no longer share global headers
added additional tests and corrected comparison errors
Fixing issue with comparing media types, the equals method in
MediaType.class uses parameters as well to compare, added a method to
just compare the type and subtype and get done with it
Fixing test failures, getMEdiaType would come as null in most cases,
this causes the defautl serialization mode to be picked which is xml.
tests now pass with exception providers in place
exception providers now handle JSON and XML
Dumy push to re-trigger the build which failed at sonar evaluation
Trying to fix the build by removing different spy's
Returning XML instead of JSON in cases of error for
endpoints. Removed exceptions and its generic handler which is a good
thought, however given that the exceptionhandlers are generic it gets
tough to return to handle exceptions which require different namesaces
in response amongst other problems.

Change-Id: I684fe3b0047693093a99aa999faf261d7713f404
Issue-ID: SO-1058
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
docs/submodules/so.git