Bug 6374 topology-manager - DTCL instead of DTL 42/43942/2
authorAndrej Leitner <andrej.leitner@pantheon.tech>
Tue, 9 Aug 2016 16:15:02 +0000 (18:15 +0200)
committerAndrej Leitner <andrej.leitner@pantheon.sk>
Mon, 15 Aug 2016 10:22:36 +0000 (10:22 +0000)
commit24396a9fa106a8eca7939ea18ab90580538e3dc9
treeafcb7580194524edc557fb8d7d4c6742467b30f7
parenta42107d72663df10e3bb66a733a84da50db2c27f
Bug 6374 topology-manager - DTCL instead of DTL

 - topology-manager app converted to use DataTreeChangeListener
   instead of deprecated DataChangeListener
 - updated tests

Change-Id: Ibc242d4dbd4238153813762bd8ed56510ccf2706
Signed-off-by: Andrej Leitner <andrej.leitner@pantheon.tech>
applications/topology-manager/pom.xml
applications/topology-manager/src/main/java/org/opendaylight/openflowplugin/applications/topology/manager/DataChangeListenerImpl.java
applications/topology-manager/src/main/java/org/opendaylight/openflowplugin/applications/topology/manager/NodeChangeListenerImpl.java
applications/topology-manager/src/main/java/org/opendaylight/openflowplugin/applications/topology/manager/TerminationPointChangeListenerImpl.java
applications/topology-manager/src/test/java/org/opendaylight/openflowplugin/applications/topology/manager/DataChangeListenerBase.java
applications/topology-manager/src/test/java/org/opendaylight/openflowplugin/applications/topology/manager/NodeChangeListenerImplTest.java
applications/topology-manager/src/test/java/org/opendaylight/openflowplugin/applications/topology/manager/TerminationPointChangeListenerImplTest.java
applications/topology-manager/src/test/java/org/opendaylight/openflowplugin/applications/topology/manager/TestUtils.java
applications/topology-manager/src/test/resources/log4j.xml [new file with mode: 0644]