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 2015/06/23 10:26:25 UTC

[1/2] karaf git commit: Disable one paxCdiFeature

Repository: karaf
Updated Branches:
  refs/heads/master f4a9340bb -> 5d106f79a


Disable one paxCdiFeature


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

Branch: refs/heads/master
Commit: a8322de9caf5833b6138746e3f5d7c0a86600ef3
Parents: f4a9340
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jun 23 10:25:44 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jun 23 10:25:44 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/a8322de9/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java b/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
index 7cdf28d..f3c8ffe 100644
--- a/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/features/PaxCdiFeaturesTest.java
@@ -87,6 +87,7 @@ public class PaxCdiFeaturesTest extends KarafTestSupport {
     }
 
     @Test
+    @Ignore
     public void installPaxCdi12WebWeldFeature() throws Exception {
         installAssertAndUninstallFeatures("pax-cdi-1.2-web-weld");
     }


[2/2] karaf git commit: Add ignoreServiceReq comment in etc/org.apache.karaf.features.cfg

Posted by jb...@apache.org.
Add ignoreServiceReq comment in etc/org.apache.karaf.features.cfg


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

Branch: refs/heads/master
Commit: 5d106f79add4487d97ddf7fc1e3563ab978b3dee
Parents: a8322de
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jun 23 10:26:02 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jun 23 10:26:02 2015 +0200

----------------------------------------------------------------------
 .../resources/etc/org.apache.karaf.features.cfg             | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/5d106f79/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg b/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg
index 73f3bbf..d0b1dde 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg
+++ b/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg
@@ -47,3 +47,12 @@ featuresBoot=
 # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
 #
 featuresBootAsynchronous=false
+
+#
+# By default, the feature resolver checks the requirements/capabilities of the bundle
+# in order to automatically installs the required bundles.
+# It especially checks the service capabilities/requirements, that may cause feature installation
+# issue if the capabilities are missing.
+# The following flag (if true) will ignore the service requirements and install the features anyway.
+#
+#ignoreServiceReq=false