GitHub user vorburger opened a pull request:
https://github.com/apache/karaf/pull/338
shell.core instead of shell.console
The @org.apache.karaf.shell.commands.Command from
org.apache.karaf.shell.console is deprecated, so wouldn't it be better to
document using the org.apache.karaf.shell.core which has
org.apache.karaf.shell.api.action.Command ?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vorburger/karaf patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/338.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #338
----
commit 630071dcb022fc14e9ab82f50c26d547bb66562a
Author: Michael Vorburger âï¸ <[email protected]>
Date: 2017-08-29T10:13:18Z
shell.core instead of shell.console
The @org.apache.karaf.shell.commands.Command from
org.apache.karaf.shell.console is deprecated, so wouldn't it be better to
document using the org.apache.karaf.shell.core which has
org.apache.karaf.shell.api.action.Command ?
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---