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 2016/08/23 13:45:12 UTC

karaf git commit: Fix compilation issue due to last commit on features/core

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.0.x b1dd6b17d -> 3eed10407


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/3eed1040
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/3eed1040
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/3eed1040

Branch: refs/heads/karaf-4.0.x
Commit: 3eed104072ece374f7d57eb35008517f6172bb50
Parents: b1dd6b1
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Tue Aug 23 15:36:50 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Tue Aug 23 15:45:03 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/3eed1040/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 bd9870a..fac03d3 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.