Skip to:
The way to integrate CLI commands has changed, as detailed in https://karaf.apache.org/manual/latest/#_console_3 . All ODL projects need to migrate to this.
Litmus:
org.apache.karaf.shell.commands.Command
org.apache.karaf.shell.commands.Option
org.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.table.ShellTable
should not be used
Abhijit, this is something the TSC needs to drive.
The way to integrate CLI commands has changed, as detailed in https://karaf.apache.org/manual/latest/#_console_3 . All ODL projects need to migrate to this.