Move NetconfNotification to netconf-api 63/105663/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Apr 2023 15:29:42 +0000 (17:29 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Apr 2023 15:34:54 +0000 (17:34 +0200)
commit99cb27510a046fb9c181c9bf5a6237719e23d0f1
tree85a2b2030057d21838de7d93add5b307d3c89d3f
parentb43983cda9093b6dfd8e72ae91090ee546cb1023
Move NetconfNotification to netconf-api

Notification is a well-known message, keep it in netconf-api itself.

JIRA: NETCONF-1000
Change-Id: I07a15d8d21143d540fe2c43d1e4a84f147623a0e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
15 files changed:
netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/netconf/mdsal/notification/impl/CreateSubscription.java
netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/netconf/mdsal/notification/impl/NetconfNotificationManager.java
netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/netconf/mdsal/notification/impl/NotificationsTransformUtil.java
netconf/mdsal-netconf-notification/src/test/java/org/opendaylight/netconf/mdsal/notification/impl/NetconfNotificationManagerTest.java
netconf/mdsal-netconf-notification/src/test/java/org/opendaylight/netconf/mdsal/notification/impl/NotificationsTransformUtilTest.java
netconf/netconf-notifications-api/src/main/java/org/opendaylight/netconf/notifications/NetconfNotificationListener.java
plugins/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/util/NetconfMessageTransformUtil.java
plugins/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/NetconfNestedNotificationTest.java
plugins/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/NetconfToNotificationTest.java
protocol/netconf-api/src/main/java/org/opendaylight/netconf/api/messages/NetconfNotification.java [moved from netconf/netconf-notifications-api/src/main/java/org/opendaylight/netconf/notifications/NetconfNotification.java with 99% similarity]
protocol/netconf-api/src/test/java/org/opendaylight/netconf/api/messages/NetconfNotificationTest.java [moved from netconf/netconf-notifications-api/src/test/java/org/opendaylight/netconf/notifications/NetconfNotificationTest.java with 97% similarity]
protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/NetconfServerSession.java
protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/NetconfServerSessionListener.java
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/NetconfServerSessionListenerTest.java
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/NetconfServerSessionTest.java