From: Dan Timoney Date: Wed, 3 Aug 2022 15:59:43 +0000 (-0400) Subject: Changes to support ODL Sulfur update X-Git-Tag: 2.4.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=219b28ed3c3ee23f10d67c9c50583a8bd5a84f3a;hp=219b28ed3c3ee23f10d67c9c50583a8bd5a84f3a;p=sdnc%2Fnorthbound.git Changes to support ODL Sulfur update Changes to sdnc/northbound to conform to changes in OpenDaylight Sulfur release. Many of these changes are due to a change in yangtools, which no longer implements a common ancestor for its builder classes. This broke a utility method used in jUnit test cases (build()), which meant all jUnits using that method had to be updated to call each individual builder's build() method directly. Issue-ID: CCSDK-1728 Signed-off-by: Dan Timoney Change-Id: Ia82aa3decd82d873120dd643a6a0427928890f99 ---