Include namespace in output element of json rpc responses 11/79511/2
authorTomas Cere <tomas.cere@pantheon.tech>
Mon, 14 Jan 2019 11:04:39 +0000 (12:04 +0100)
committerTomas Cere <tomas.cere@pantheon.tech>
Mon, 14 Jan 2019 13:05:20 +0000 (13:05 +0000)
commit957041a9007098020d9123aec2768adf1e980b53
treed0b11aa739481c61634202c24b259a4390ab5bc8
parent562b1c7b11119b8dd4676082628f2c64a14d735f
Include namespace in output element of json rpc responses

According to the rfc these should be present.

JIRA: NETCONF-592
Change-Id: I461a04726ce8ab5bd4963902070000f5f78d5d45
Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/NormalizedNodeJsonBodyWriter.java
restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/JSONRestconfServiceRfc8040ImplTest.java