Repository: karaf
Updated Branches:
  refs/heads/master a51072133 -> 45ec65bf0


Fix compilation issue due to last commit on features/core


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

Branch: refs/heads/master
Commit: da6183b0515ff2c1789b58722c24c93b37dbabc2
Parents: a510721
Author: Jean-Baptiste Onofré <jbono...@apache.org>
Authored: Tue Aug 23 15:36:50 2016 +0200
Committer: Jean-Baptiste Onofré <jbono...@apache.org>
Committed: Tue Aug 23 15:36:50 2016 +0200

----------------------------------------------------------------------
 .../karaf/features/internal/service/FeaturesServiceImpl.java      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/da6183b0/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java
----------------------------------------------------------------------
diff --git 
a/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java
 
b/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java
index 7ade50c..81b1241 100644
--- 
a/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java
+++ 
b/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java
@@ -110,10 +110,11 @@ public class FeaturesServiceImpl implements 
FeaturesService, Deployer.DeployCall
     private static final String FEATURE_OSGI_REQUIREMENT_PREFIX = "feature:";
 
     /**
-     * Our bundle.
+     * Our bundle and corresponding bundle context.
      * We use it to check bundle operations affecting our own bundle.
      */
     private final Bundle bundle;
+    private final BundleContext bundleContext;
 
     /**
      * The system bundle context.

Reply via email to