Remove WebContextRegistration 01/101401/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 1 Jun 2022 01:02:09 +0000 (03:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 1 Jun 2022 01:32:44 +0000 (03:32 +0200)
commit9e12b7046efb8e6c77ec71e4d2ad2521891ba07f
treedd3f83979da04d6857ce2669cb9b759fc9838edb
parent951d5232383edcdeb044fce7b848fc62f3019040
Remove WebContextRegistration

We have yangtools as a dependecy and WebContextRegistration is not
bringing anything to the table when compared to
yangtools.concepts.Registration. Remove it and use a simple Regisration
instead.

Change-Id: Iec504fad5c56c5c8ee2cc5744700ec544fc0f7f5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/shiro/web/env/WebInitializer.java
web/api/pom.xml
web/api/src/main/java/org/opendaylight/aaa/web/WebContextRegistration.java [deleted file]
web/api/src/main/java/org/opendaylight/aaa/web/WebServer.java
web/impl-jetty/src/main/java/org/opendaylight/aaa/web/jetty/JettyWebServer.java
web/impl-jetty/src/test/java/org/opendaylight/aaa/web/test/AbstractWebServerTest.java
web/impl-osgi/src/main/java/org/opendaylight/aaa/web/osgi/PaxWebServer.java
web/testutils/src/test/java/org/opendaylight/aaa/web/testutils/test/WebTestModuleTest.java