You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2017/06/07 12:47:43 UTC

karaf git commit: [KARAF-5180] Work around the framework refresh by removing the Require-Capability header from shell-console

Repository: karaf
Updated Branches:
  refs/heads/master c82d326ab -> 4cc53bb4b


[KARAF-5180] Work around the framework refresh by removing the Require-Capability header from shell-console

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

Branch: refs/heads/master
Commit: 4cc53bb4b1dc25fbfc0dcac061a897506e453642
Parents: c82d326
Author: Guillaume Nodet <gn...@apache.org>
Authored: Wed Jun 7 14:38:50 2017 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Wed Jun 7 14:38:50 2017 +0200

----------------------------------------------------------------------
 shell/console/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/4cc53bb4/shell/console/pom.xml
----------------------------------------------------------------------
diff --git a/shell/console/pom.xml b/shell/console/pom.xml
index 876aac5..ddd3e07 100644
--- a/shell/console/pom.xml
+++ b/shell/console/pom.xml
@@ -193,6 +193,12 @@
                         <Main-Class>
                             org.apache.karaf.shell.console.impl.Main
                         </Main-Class>
+                        <!--
+                           - Work around for KARAF-5180 / FELIX-5649
+                          -->
+                        <_removeheaders>
+                            Require-Capability
+                        </_removeheaders>
                     </instructions>
                     <unpackBundle>true</unpackBundle>
                 </configuration>