Migrate netconf-console to Karaf 4 way 11/79611/2
authorJakub Morvay <jmorvay@frinx.io>
Thu, 17 Jan 2019 11:06:09 +0000 (12:06 +0100)
committerJakub Morvay <jmorvay@frinx.io>
Thu, 17 Jan 2019 13:01:53 +0000 (14:01 +0100)
Some migration of netconf-console commands has been already done. We
updated commands to use new Karaf shell-related APIs, but we are still
using blueprint XML to create and register these commands.

This does not work with the new API. Avoid using blueprint, use new
available annotations and refactor commands to be more Karaf 4
compliant.

See https://karaf.apache.org/manual/latest/update-notes.html#_commands
for more detail.

JIRA: NETCONF-599
Change-Id: Ib43ecf01e168f77528dadc6a9224dbf70fba4606
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>

No differences found