From 88231b5f1993eca598e15f00351ba99eec85842e Mon Sep 17 00:00:00 2001 From: Jakub Morvay Date: Sat, 2 Feb 2019 10:30:00 +0100 Subject: [PATCH] Remove bierman02-noauth feature odl-restconf-nb-bierman02-noauth was deprecated in Neon. Get rid of it now in Sodium. Change-Id: I848f09af7a82d91fc564842838c9ba535decad69 Signed-off-by: Jakub Morvay --- features/restconf/features-restconf/pom.xml | 7 --- .../odl-restconf-nb-bierman02-noauth/pom.xml | 52 ------------------- features/restconf/odl-restconf-noauth/pom.xml | 47 ----------------- features/restconf/pom.xml | 2 - restconf/pom.xml | 1 - restconf/restconf-artifacts/pom.xml | 7 --- restconf/restconf-nb-bierman02-noauth/pom.xml | 28 ---------- .../bierman02/web/noauth/WebInitializer.java | 23 -------- .../OSGI-INF/blueprint/bierman02-noauth.xml | 17 ------ 9 files changed, 184 deletions(-) delete mode 100644 features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml delete mode 100644 features/restconf/odl-restconf-noauth/pom.xml delete mode 100644 restconf/restconf-nb-bierman02-noauth/pom.xml delete mode 100644 restconf/restconf-nb-bierman02-noauth/src/main/java/org/opendaylight/restconf/nb/bierman02/web/noauth/WebInitializer.java delete mode 100644 restconf/restconf-nb-bierman02-noauth/src/main/resources/OSGI-INF/blueprint/bierman02-noauth.xml diff --git a/features/restconf/features-restconf/pom.xml b/features/restconf/features-restconf/pom.xml index 97cb911d82..d527777d9c 100644 --- a/features/restconf/features-restconf/pom.xml +++ b/features/restconf/features-restconf/pom.xml @@ -43,13 +43,6 @@ xml features - - ${project.groupId} - odl-restconf-noauth - ${project.version} - xml - features - ${project.groupId} odl-restconf-nb-bierman02 diff --git a/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml b/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml deleted file mode 100644 index 7383c68f67..0000000000 --- a/features/restconf/odl-restconf-nb-bierman02-noauth/pom.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - single-feature-parent - 4.0.9 - - - - org.opendaylight.netconf - odl-restconf-nb-bierman02-noauth - 1.10.0-SNAPSHOT - feature - - OpenDaylight :: Restconf :: NB :: bierman02 :: no-auth -- Deprecated, use odl-restconf-nb-bierman02 instead! - - - - - org.opendaylight.netconf - restconf-artifacts - 1.10.0-SNAPSHOT - pom - import - - - - - - - org.opendaylight.netconf - odl-restconf-nb-bierman02-base - ${project.version} - xml - features - - - org.opendaylight.netconf - restconf-nb-bierman02-noauth - ${project.version} - - - diff --git a/features/restconf/odl-restconf-noauth/pom.xml b/features/restconf/odl-restconf-noauth/pom.xml deleted file mode 100644 index 8c71f3eb18..0000000000 --- a/features/restconf/odl-restconf-noauth/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - single-feature-parent - 4.0.9 - - - - org.opendaylight.netconf - odl-restconf-noauth - 1.10.0-SNAPSHOT - feature - - OpenDaylight :: Restconf :: no-auth -- Deprecated, use odl-restconf instead! - - - - - org.opendaylight.netconf - restconf-artifacts - 1.10.0-SNAPSHOT - pom - import - - - - - - - org.opendaylight.netconf - odl-restconf-nb-bierman02-noauth - ${project.version} - xml - features - - - diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 107b6816e4..4844d3fc98 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -30,11 +30,9 @@ odl-restconf-all odl-mdsal-apidocs odl-restconf - odl-restconf-noauth odl-restconf-common odl-restconf-nb-bierman02 odl-restconf-nb-bierman02-base - odl-restconf-nb-bierman02-noauth odl-restconf-nb-rfc8040 diff --git a/restconf/pom.xml b/restconf/pom.xml index d8adc7ebc4..858bff6f15 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -35,7 +35,6 @@ restconf-common restconf-nb-bierman02 restconf-nb-bierman02-auth - restconf-nb-bierman02-noauth restconf-nb-rfc8040 sal-rest-connector-config sal-rest-docgen diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml index bbd36d3c49..2e7de823c5 100644 --- a/restconf/restconf-artifacts/pom.xml +++ b/restconf/restconf-artifacts/pom.xml @@ -111,13 +111,6 @@ xml features - - ${project.groupId} - odl-restconf-noauth - ${project.version} - xml - features - diff --git a/restconf/restconf-nb-bierman02-noauth/pom.xml b/restconf/restconf-nb-bierman02-noauth/pom.xml deleted file mode 100644 index a93c7cd55b..0000000000 --- a/restconf/restconf-nb-bierman02-noauth/pom.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - 4.0.0 - - org.opendaylight.netconf - restconf-parent - 1.10.0-SNAPSHOT - ../restconf-parent - - - org.opendaylight.netconf - restconf-nb-bierman02-noauth - bundle - - - - org.opendaylight.netconf - restconf-nb-bierman02 - - - 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 deleted file mode 100644 index a84d5fe2e5..0000000000 --- a/restconf/restconf-nb-bierman02-noauth/src/main/java/org/opendaylight/restconf/nb/bierman02/web/noauth/WebInitializer.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2018 Inocybe Technologies and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html - */ -package org.opendaylight.restconf.nb.bierman02.web.noauth; - -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(); - } -} diff --git a/restconf/restconf-nb-bierman02-noauth/src/main/resources/OSGI-INF/blueprint/bierman02-noauth.xml b/restconf/restconf-nb-bierman02-noauth/src/main/resources/OSGI-INF/blueprint/bierman02-noauth.xml deleted file mode 100644 index e31df8e506..0000000000 --- a/restconf/restconf-nb-bierman02-noauth/src/main/resources/OSGI-INF/blueprint/bierman02-noauth.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - -- 2.36.6