Remove SchemaNode#getPath usage from XmlPatchBodyReader 55/99755/12
authorOleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Tue, 15 Feb 2022 11:06:33 +0000 (12:06 +0100)
committerTomas Cere <tomas.cere@pantheon.tech>
Fri, 4 Mar 2022 10:18:30 +0000 (10:18 +0000)
commit4be37ba18758aa2f52cadec3166a6477605b8303
treef58a98e8ad124aed793b2c9e648d5919e0ae8383
parentccf915302c1183a9963c5165f525ee762188126a
Remove SchemaNode#getPath usage from XmlPatchBodyReader

Removed deprecated SchemaNode#getPath from XmlPatchBodyReader class
by using YangInstanceIdentifier and QNames that it contain to create
SchemaInferenceStack based on it.

JIRA: NETCONF-818
Change-Id: I550db7c94e0434e87769b8972f70eb88f73a0c27
Signed-off-by: OleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/XmlPatchBodyReader.java