You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by vorburger <gi...@git.apache.org> on 2017/08/29 10:13:35 UTC

[GitHub] karaf pull request #338: shell.core instead of shell.console

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 ⛑️ <mi...@vorburger.ch>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] karaf pull request #338: shell.core instead of shell.console

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/karaf/pull/338


---