Details
Description
On a fresh Karaf 4.1.0-SNAPSHOT, if we do:
karaf@root()> feature:install shell-compat karaf@root()> feature:repo-add camel 2.18.1 karaf@root()> feature:install camel-blueprint
The camel-command-core bundle is installed and active but we don't have any camel:* commands in the shell: not in the completion, not for execute.
Nothing in the log.
Maybe the jline completer import package doesn't match.
It sounds like we broke the backward compatibility on shell commands.