Convert netty-threadgroup-config to OSGi DS 03/96703/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Jun 2021 17:53:47 +0000 (19:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Jun 2021 19:07:03 +0000 (21:07 +0200)
commit53531a7aa32e040bed6e07f48635988ea791ae07
tree5ff5f98aea752cc2bfabdffc616236ebc22dc1ea
parentef2e96f564c00f4f79356c766acf92b15e34fe86
Convert netty-threadgroup-config to OSGi DS

This is a rather simple wiring, use OSGi DS instead of blueprint.

Change-Id: I49686821b3d7f70ae058d3362b16d9c6acae8d03
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/config/netty-threadgroup-config/src/main/java/org/opendaylight/controller/config/yang/netty/threadgroup/AbstractGlobalGroup.java [moved from opendaylight/config/netty-threadgroup-config/src/main/java/org/opendaylight/controller/config/yang/netty/threadgroup/NioEventLoopGroupCloseable.java with 50% similarity]
opendaylight/config/netty-threadgroup-config/src/main/java/org/opendaylight/controller/config/yang/netty/threadgroup/Configuration.java [new file with mode: 0644]
opendaylight/config/netty-threadgroup-config/src/main/java/org/opendaylight/controller/config/yang/netty/threadgroup/GlobalBossGroup.java [new file with mode: 0644]
opendaylight/config/netty-threadgroup-config/src/main/java/org/opendaylight/controller/config/yang/netty/threadgroup/GlobalWorkerGroup.java [new file with mode: 0644]
opendaylight/config/netty-threadgroup-config/src/main/java/org/opendaylight/controller/config/yang/netty/threadgroup/package-info.java [new file with mode: 0644]
opendaylight/config/netty-threadgroup-config/src/main/resources/OSGI-INF/blueprint/netty-threadgroup.xml [deleted file]