You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/09/04 16:16:52 UTC

[1/2] karaf git commit: shell.core instead of shell.console

Repository: karaf
Updated Branches:
  refs/heads/master b61ce4090 -> 178dfef34


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 ?

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/630071dc
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/630071dc
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/630071dc

Branch: refs/heads/master
Commit: 630071dcb022fc14e9ab82f50c26d547bb66562a
Parents: b8818c0
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
Authored: Tue Aug 29 12:13:18 2017 +0200
Committer: GitHub <no...@github.com>
Committed: Tue Aug 29 12:13:18 2017 +0200

----------------------------------------------------------------------
 manual/src/main/asciidoc/developer-guide/extending.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/630071dc/manual/src/main/asciidoc/developer-guide/extending.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/developer-guide/extending.adoc b/manual/src/main/asciidoc/developer-guide/extending.adoc
index 15ff59b..1914c92 100644
--- a/manual/src/main/asciidoc/developer-guide/extending.adoc
+++ b/manual/src/main/asciidoc/developer-guide/extending.adoc
@@ -78,7 +78,7 @@ Alternatively, you can simply create the directory `shell-sample-commands` and c
   <dependencies>
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>
-      <artifactId>org.apache.karaf.shell.console</artifactId>
+      <artifactId>org.apache.karaf.shell.core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>


[2/2] karaf git commit: This closes #338

Posted by jb...@apache.org.
This closes #338


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/178dfef3
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/178dfef3
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/178dfef3

Branch: refs/heads/master
Commit: 178dfef34e199409c5ec09349437c843d3a23627
Parents: b61ce40 630071d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 18:16:43 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 18:16:43 2017 +0200

----------------------------------------------------------------------
 manual/src/main/asciidoc/developer-guide/extending.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------