Remove usage of SchemaPath from converters 22/99922/3
authorGilles Thouenon <gilles.thouenon@orange.com>
Fri, 25 Feb 2022 17:12:46 +0000 (18:12 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 3 Mar 2022 12:42:40 +0000 (13:42 +0100)
commit744eaeb5834bc5cfc03d5dbe8425128b131eb1f5
tree00c0b7477853f843f32bf75325ede68dd94a163c
parent8d3c52f42c45987cdd8328cd918ca56f3400c016
Remove usage of SchemaPath from converters

- Update code of JSON/XML serializer/deserializer to not use anymore the
SchemaPath object coming from yangtools, because it is marked as
deprecated and should be removed in Sulfur.
- Bump GNPy version to 2.4.3

JIRA: TRNSPRTPCE-627
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Id583e292533783c1fe8d61f9f6cb882d5024ba6d
common/src/main/java/org/opendaylight/transportpce/common/converter/JsonStringConverter.java
common/src/test/resources/expected_string.json
nbinotifications/src/test/resources/event_alarm_service.json
nbinotifications/src/test/resources/expected_event.json
nbinotifications/src/test/resources/expected_event_alarm_service.json
test-common/src/main/java/org/opendaylight/transportpce/test/converter/AbstractDataObjectConverter.java
test-common/src/main/java/org/opendaylight/transportpce/test/converter/DataObjectConverter.java
test-common/src/main/java/org/opendaylight/transportpce/test/converter/JSONDataObjectConverter.java
test-common/src/main/java/org/opendaylight/transportpce/test/converter/XMLDataObjectConverter.java
tox.ini