From: Rob Daugherty Date: Mon, 17 Sep 2018 15:59:12 +0000 (+0000) Subject: Updated git submodules X-Git-Tag: elalto.1.5.2~10527 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5aa766d39d413e43704c0a73302e7291e4109d1e;p=doc.git 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) --- diff --git a/docs/submodules/so.git b/docs/submodules/so.git index 499eaefb0..077b69a9d 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 499eaefb09c4317bbccb3ce31fb500c663b19bd5 +Subproject commit 077b69a9dab041c229db5ca891bd01b817b90ac7