Remove restconf-notifications 73/116373/5
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 26 Apr 2025 01:17:17 +0000 (03:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 26 Apr 2025 01:30:50 +0000 (03:30 +0200)
commitd9687738c7961f0f3b6bc5ff70acb3d360fae80f
tree8b4963973d360282eb46da0f4fb64bf2abd6f8e0
parent4286d80bacd88647979640c35d8037bb2aee3fa8
Remove restconf-notifications

Move the two classes we have here to restconf-server and eliminate this
artifact, as it is superfluous.

Change-Id: I2f21da108cc480fc55aebd2dea302ade64e92663
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/restconf-it/pom.xml
apps/restconf-it/src/test/java/org/opendaylight/restconf/it/subscription/AbstractNotificationSubscriptionTest.java
artifacts/pom.xml
features/odl-restconf-notification/pom.xml
protocol/restconf-server/pom.xml
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/SubscriptionResourceInstance.java [moved from restconf/restconf-notifications/src/main/java/org/opendaylight/restconf/notifications/SubscriptionResourceInstance.java with 98% similarity]
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/SubscriptionResourceProvider.java [moved from restconf/restconf-notifications/src/main/java/org/opendaylight/restconf/notifications/SubscriptionResourceProvider.java with 97% similarity]
restconf/pom.xml
restconf/restconf-notifications/pom.xml [deleted file]