Migrate away from sal-common-impl 15/88915/3
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Apr 2020 12:23:06 +0000 (14:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Apr 2020 16:07:50 +0000 (18:07 +0200)
commiteb237bebc987f10e24ddd4fea8e7f5359e201639
tree5f0b3022e2fe7eaea0a48a4753fea8a9dac26cd6
parent9851b35a4a68631cdd72f3e96ac6a02ab399da83
Migrate away from sal-common-impl

DataNormalizer and related classes are deprecated for removal,
and are used only by are deprecated RESTCONF implementation.
Rehost the three required classes as a private detail.

Change-Id: Id5539948881d503fbe5e223c41cfa7a9a2284109
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/ControllerContext.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/DataNormalizationException.java [new file with mode: 0644]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/DataNormalizationOperation.java [new file with mode: 0644]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/DataNormalizer.java [new file with mode: 0644]