Bump yangtools to 3.0.0
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2019 18:32:29 +0000 (19:32 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 16 Apr 2019 08:13:31 +0000 (08:13 +0000)
commit827c55ed92a69d55a70a2666d63b7c3f9cc6a6b8
tree1745967504d59d7362836bb4023389b579c8bd57
parenta85e839559967ae1ce25811d9b87c2d62363f05b
Bump yangtools to 3.0.0

This is bumps yangtools to 3.0.0, adjusting for changed APIs. The
changes specifically include:

- use ListenerRegistry.getRegistrations() instead of it implementing
  Iterable
- adjust for NormalizedNodeStreamWriter interface change
- remove use of *AttrBuilder, as NormalizedNodes no longer hold
  attributes
- DataTreeCandidateNodes.empty() instead of home-grown implementation
- adjust for DataTreeCandidateNode.getModifiedChild() returning Optional
- use QueuedNotificationManager.BatchedInvoker

Change-Id: Ia30d73ccf6380e3759414b3026b822df0950a481
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
util/TestModel.java