diff options
author | Jim Hahn <jrh3@att.com> | 2019-09-13 17:31:46 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-09-16 18:24:42 -0400 |
commit | 50cd3fbf4561fe445751d299c53efc499df6dfb6 (patch) | |
tree | 28d10581129d3b5107693d7183bd2f46af419377 /feature-healthcheck/src/main/feature/config/feature-healthcheck.properties | |
parent | 89a8e32aabc34432b3d614f452e10f7125b478ce (diff) |
Add YAML support to drools-pdp rest servlets
Drools-pdp depends on some of the GsonJackson annotations that cannot
be easily worked around via standard gson. Consequently, this continues
to use the JacksonHandler for json-encoding, thus it uses the
YamlJacksonHandler for yaml-encoding.
Added YAML to swagger "consumes" list.
Change-Id: Ic70c68bb274222db571b3515cbf1ab22d9ff2366
Issue-ID: POLICY-2081
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-healthcheck/src/main/feature/config/feature-healthcheck.properties')
-rw-r--r-- | feature-healthcheck/src/main/feature/config/feature-healthcheck.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties index fc03841a..70a010cd 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -28,4 +28,4 @@ http.server.services.HEALTHCHECK.userName=${env:HEALTHCHECK_USER} http.server.services.HEALTHCHECK.password=${env:HEALTHCHECK_PASSWORD} http.server.services.HEALTHCHECK.https=true http.server.services.HEALTHCHECK.aaf=${env:AAF} -http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler +http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler |