From: Stephen Kitt Date: Mon, 21 Jan 2019 14:33:45 +0000 (+0000) Subject: Merge "Bump to odlparent 4.0.9" X-Git-Tag: release/neon~21 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0a6d438305d8191b2eb9c6e9e09a2b75bd83aa1d;hp=33ba033e3005b31ba59bfb9d06e164827995c31b;p=netconf.git Merge "Bump to odlparent 4.0.9" --- diff --git a/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml b/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml index 66d9755557..457b321d65 100644 --- a/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml +++ b/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml @@ -21,7 +21,7 @@ 1.9.0-SNAPSHOT feature - OpenDaylight :: Restconf :: NB :: bierman02 :: no-auth + OpenDaylight :: Restconf :: NB :: bierman02 :: no-auth -- Deprecated, use odl-restconf-nb-bierman02 instead! diff --git a/features/restconf/odl-restconf-noauth/pom.xml b/features/restconf/odl-restconf-noauth/pom.xml index 22a719b3ce..7214b57c18 100644 --- a/features/restconf/odl-restconf-noauth/pom.xml +++ b/features/restconf/odl-restconf-noauth/pom.xml @@ -21,7 +21,7 @@ 1.9.0-SNAPSHOT feature - OpenDaylight :: Restconf :: no-auth + OpenDaylight :: Restconf :: no-auth -- Deprecated, use odl-restconf instead! diff --git a/restconf/restconf-nb-bierman02-noauth/src/main/java/org/opendaylight/restconf/nb/bierman02/web/noauth/WebInitializer.java b/restconf/restconf-nb-bierman02-noauth/src/main/java/org/opendaylight/restconf/nb/bierman02/web/noauth/WebInitializer.java index de8b97a616..a84d5fe2e5 100644 --- a/restconf/restconf-nb-bierman02-noauth/src/main/java/org/opendaylight/restconf/nb/bierman02/web/noauth/WebInitializer.java +++ b/restconf/restconf-nb-bierman02-noauth/src/main/java/org/opendaylight/restconf/nb/bierman02/web/noauth/WebInitializer.java @@ -13,7 +13,9 @@ import org.opendaylight.netconf.sal.restconf.web.Bierman02WebRegistrar; * Initializes the bierman-02 endpoint without authentication. * * @author Thomas Pantelis + * @deprecated Use bierman-02 endpoint with authentication instead. */ +@Deprecated public class WebInitializer { public WebInitializer(Bierman02WebRegistrar registrar) { registrar.registerWithoutAuthentication();