From 11e056f028d3626765f5212938edae42d981e000 Mon Sep 17 00:00:00 2001 From: Oleksii Mozghovyi Date: Tue, 2 Feb 2021 22:41:34 +0200 Subject: [PATCH] Adopt akka-2.6.x Adopt following upstreams to enable akka-2.6.x: - controller-3.0.6 - aaa-0.13.1 Change-Id: Ib0ab4cb2f631559714383d4a4bae0ad672bf4e42 Signed-off-by: Oleksii Mozghovyi --- features/netconf-connector/odl-message-bus/pom.xml | 2 +- features/netconf-connector/odl-netconf-connector/pom.xml | 4 ++-- features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml | 2 +- features/netconf/odl-aaa-netconf-plugin/pom.xml | 2 +- features/netconf/odl-netconf-client/pom.xml | 2 +- features/netconf/odl-netconf-impl/pom.xml | 2 +- features/netconf/odl-netconf-netty-util/pom.xml | 2 +- features/restconf/odl-restconf-common/pom.xml | 4 ++-- features/restconf/odl-restconf-nb-rfc8040/pom.xml | 2 +- .../src/test/resources/application.conf | 4 ++-- parent/pom.xml | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/features/netconf-connector/odl-message-bus/pom.xml b/features/netconf-connector/odl-message-bus/pom.xml index 21e1fc34fc..ce8705d873 100644 --- a/features/netconf-connector/odl-message-bus/pom.xml +++ b/features/netconf-connector/odl-message-bus/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.controller odl-controller-exp-messagebus - 3.0.5 + 3.0.6 xml features diff --git a/features/netconf-connector/odl-netconf-connector/pom.xml b/features/netconf-connector/odl-netconf-connector/pom.xml index 653fe45591..e15a79e18b 100644 --- a/features/netconf-connector/odl-netconf-connector/pom.xml +++ b/features/netconf-connector/odl-netconf-connector/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.controller controller-artifacts - 3.0.5 + 3.0.6 pom import @@ -91,7 +91,7 @@ org.opendaylight.aaa odl-aaa-encryption-service - 0.13.0 + 0.13.1 xml features diff --git a/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml b/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml index e5d4912359..c67c16cb56 100644 --- a/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml +++ b/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml @@ -43,7 +43,7 @@ org.opendaylight.aaa odl-aaa-shiro - 0.13.0 + 0.13.1 xml features diff --git a/features/netconf/odl-aaa-netconf-plugin/pom.xml b/features/netconf/odl-aaa-netconf-plugin/pom.xml index 2d12d63f18..2a89d35837 100644 --- a/features/netconf/odl-aaa-netconf-plugin/pom.xml +++ b/features/netconf/odl-aaa-netconf-plugin/pom.xml @@ -32,7 +32,7 @@ org.opendaylight.aaa odl-aaa-shiro - 0.13.0 + 0.13.1 xml features diff --git a/features/netconf/odl-netconf-client/pom.xml b/features/netconf/odl-netconf-client/pom.xml index 3fb5fe7b0c..2e6cc13b3b 100644 --- a/features/netconf/odl-netconf-client/pom.xml +++ b/features/netconf/odl-netconf-client/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.controller odl-controller-exp-netty-config - 3.0.5 + 3.0.6 xml features diff --git a/features/netconf/odl-netconf-impl/pom.xml b/features/netconf/odl-netconf-impl/pom.xml index bb7cd7e2ff..c5e0ae9ab1 100644 --- a/features/netconf/odl-netconf-impl/pom.xml +++ b/features/netconf/odl-netconf-impl/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.controller controller-artifacts - 3.0.5 + 3.0.6 pom import diff --git a/features/netconf/odl-netconf-netty-util/pom.xml b/features/netconf/odl-netconf-netty-util/pom.xml index c6474651d3..30ca6a6fe5 100644 --- a/features/netconf/odl-netconf-netty-util/pom.xml +++ b/features/netconf/odl-netconf-netty-util/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.aaa aaa-artifacts - 0.13.0 + 0.13.1 import pom diff --git a/features/restconf/odl-restconf-common/pom.xml b/features/restconf/odl-restconf-common/pom.xml index cc69fa2a8a..c9d0a1edcb 100644 --- a/features/restconf/odl-restconf-common/pom.xml +++ b/features/restconf/odl-restconf-common/pom.xml @@ -42,14 +42,14 @@ org.opendaylight.controller controller-artifacts - 3.0.5 + 3.0.6 pom import org.opendaylight.aaa aaa-artifacts - 0.13.0 + 0.13.1 pom import diff --git a/features/restconf/odl-restconf-nb-rfc8040/pom.xml b/features/restconf/odl-restconf-nb-rfc8040/pom.xml index 009c85f10f..c9001889fa 100644 --- a/features/restconf/odl-restconf-nb-rfc8040/pom.xml +++ b/features/restconf/odl-restconf-nb-rfc8040/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.controller controller-artifacts - 3.0.5 + 3.0.6 pom import diff --git a/netconf/netconf-topology-singleton/src/test/resources/application.conf b/netconf/netconf-topology-singleton/src/test/resources/application.conf index 86b5453e86..ceae6decd8 100644 --- a/netconf/netconf-topology-singleton/src/test/resources/application.conf +++ b/netconf/netconf-topology-singleton/src/test/resources/application.conf @@ -5,7 +5,7 @@ Slave { warn-about-java-serializer-usage = false } remote { - netty.tcp { + classic.netty.tcp { hostname = "127.0.0.1" port = 2550 } @@ -26,7 +26,7 @@ Master { warn-about-java-serializer-usage = false } remote { - netty.tcp { + classic.netty.tcp { hostname = "127.0.0.1" port = 2552 } diff --git a/parent/pom.xml b/parent/pom.xml index 42fb0954a3..832ba23324 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -25,14 +25,14 @@ org.opendaylight.aaa aaa-artifacts - 0.13.0 + 0.13.1 pom import org.opendaylight.controller bundle-parent - 3.0.5 + 3.0.6 pom import -- 2.36.6