Use default serialization provider 88/108588/1
authorJim Hahn <jrh3@att.com>
Fri, 29 May 2020 19:20:25 +0000 (15:20 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 29 May 2020 19:20:40 +0000 (15:20 -0400)
The default provider has been changed to gson, so the provider property
no longer has to be set.

Issue-ID: POLICY-1527
Change-Id: I9b555ed3c3b735ca9622314e1ca06476416bae6e
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-http-client.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties

index 3558195..1e3e88c 100644 (file)
@@ -43,7 +43,6 @@ http.client.services.SO.managed=true
 http.client.services.SO.host=localhost
 http.client.services.SO.port=6667
 http.client.services.SO.contextUriPath=
-http.client.services.SO.serialization.provider=org.onap.policy.common.gson.GsonMessageBodyHandler
 
 http.client.services.VFC.managed=true
 http.client.services.VFC.host=localhost
index a331ca1..3b71fd4 100644 (file)
@@ -25,4 +25,3 @@ http.client.services.SO.port=${envd:SO_PORT}
 http.client.services.SO.userName=${envd:SO_USERNAME}
 http.client.services.SO.password=${envd:SO_PASSWORD}
 http.client.services.SO.contextUriPath=${envd:SO_CONTEXT_URI}
-http.client.services.SO.serialization.provider=org.onap.policy.common.gson.GsonMessageBodyHandler