Changes to support ODL Sulfur update 50/130150/2
authorDan Timoney <dtimoney@att.com>
Wed, 3 Aug 2022 15:59:43 +0000 (11:59 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 5 Aug 2022 20:10:18 +0000 (16:10 -0400)
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 <dtimoney@att.com>
Change-Id: Ia82aa3decd82d873120dd643a6a0427928890f99


No differences found